We are developing new app, and we choose octobercms like backend.
How to connect React Native with octobercms and login with JWT.
Tks,
you can not :(
but you can create a backend API system to sarve and manage your data for your React APP,
mabye this video series can help you to know about how to you can, on
this viedo use Octobercms as backend api system and use vue.js as Frontend
Framework same like octobercms and react etc....
https://watch-learn.com/series/creating-rent-car-app-vue-and-october
i hope help you
Related
I want to build an application using react native the UI is not that hard for me I can handle it my main problem is I can not make the application interact with the VPN configs file that I have from Wireguard
can you guys please guide me to make my react native app interacts with the phone VPN API so I can connect the configs file to it
I also want to build VPN with React NATIVE, but i Can't find proper library.
I Found this but i think old VERSION
https://www.npmjs.com/package/react-native-vpn-testing-only
Im am trying to integrate laravel login api with react native cli front end .Do i have to use redux ? And how to integrate it.
its not necessary to use redux for integration of api you can use fetch or axios to request the server and then you can store data into AsyncStorage or ContextApi.if you want to go with redux then you have to install couple of libs
"react-redux"
"redux"
"redux-logger"
"redux-persist"
"redux-thunk"
you can visit this link for proper guide how to integrate redux
We have a API for our backend. For the signin end point we have a Google recaptcha v3 field g-captcha-response from client which is required for the API Call. It works perfectly fine for the web app. We are now trying to use the same API endpoint for react native mobile app. In this case how will signin work without the recaptcha ?
I have never seen any mobile apps using recaptcha.
How do I go about this ?
check this package it's a react native wrapper for recaptcha v3
Was able to implement that via react-native-recaptcha-that-works
As I mentioned, I need to insert a unity project into an app in react native.
I saw that there is this component that should help me do this (react native unity view).
I saw that there is a way to intercept messages sent by unity. (onUnityMessage method), but how do I send some data from react native app to unity? (example: auth token).
I must be able to send the token to unity so that it can be used by unity app.
How can I do this?
thank you in advance!
Has anyone tried to use the Here API https://developer.here.com/develop/javascript-api in a react native mobile app? Can the Javascript of Here api be used in a react native mobile app? I am thinking if this is possible or need to use the mobile SDKs.
Please go through this https://www.npmjs.com/package/react-native-heremaps it would lead to a solution for android part only.