Is there a React Native solution for integrating digital persona finger print...
I am working on a react-native project for data capturing which requires me to capture finger prints with digital persona finger print scanner. But I couldn't get a solution yet. Help me with this...
View ArticleFunction Prop works in Web not Android
Just started react-native. So noob here but simple problemThe following idea (but stripped-down version below) works fine in my browser but in Android I get an error about the child function component...
View ArticleNot seeing always allow in android location permission
I have been trying to use an react native ble librairie (react-native-ble-manager). In order to use this the user have to allow location permission (as explain in the documentation...
View ArticleReact Native TextInput works Great on iOS but feels super buggy on Android
I'm having issues with some erratic behavior on my TextInputs using React Native on Android devices.The TextInputs work great on iOS. No issues at all, never laggy.On Android, it's a different story....
View ArticleReact Native 'Modal' Component Not Covering Entire Screen on Android when...
The title says it all. I've edited the styles.xml file (/projectname/android/app/src/res/values/styles.xml) to contain the following:<resources><!-- Base application theme. --><style...
View ArticleIs it possible to convert android/iOS app in cross platform app?
Is it possible to convert an android/iOS app in a cross platform app like react native or flutter?I had an app developed in android and iOS and I want to convert it to, for example, react native so...
View ArticleAndroid emulator can't connect localhost API
I developed the app with React native and developed back-end with nodejs when start iOS simulator can connect with localhost API but andriond have error messageNetwork Errormy localhost API is...
View ArticleHow to pass and use data from react native to native android or ios?
I need to pass some data form react native to both native android and ios.How can I do that?thank you,
View ArticleCan't build my app because something is wrong with react-native-reanimated
I made the mistake of building my app using Expo, because I didn't know that I had to do Expo Eject to use some features that Expo doesn't support yet, and I thought it would be easier for me to build...
View ArticleCommand to run the app in a selected device
is there a command to run a flutter app in a selected device or platform? say, an android and ios emulator were both open. right now, flutter run will just run the app on the most recently opened...
View Article"ActivityIndicatorIOS" error when trying to run react-native app on Android...
Trying to get a react-native application to run on a new computer. I've installed npm and expo, ran expo update, ran Set-ExecutionPolicy Unrestricted.Ran expo start -c to open the metro bundler on a...
View ArticleThis application and the service it wants to communicate with must be signed...
When I am trying to launch the react-native Android app on emulator or device from a particular system, It is showing such a issue. It is fine with rest all systems. What may be the reason behind it?
View ArticleWhy In React native Android Google MapView.Animated not moving by finger touch?
In react native i have added MapView.Animated under KeyboardAwareScrollView>FormBlock>Fragment>MapView.Animated. When i try to move map by finger touch vertical or horizontal it scrolling...
View ArticleExecution failed for task ':app:mergeDebugNativeLibs'. in react native
I install react-native-pdf to my project, when I run with "npx react-native run-android" occur failed and show errors like below this* What went wrong:Execution failed for task...
View Articleskip robot verification in firebase phone authorisation using react native...
While phone verification in firebase, the app opens a App-Name/auth/handler page and does robot verification and returns to app again and then an OTP is recieved.I want to skip this middle step of...
View Articlemy npx react-native run-android build fails
My colleague recently added react-native-camera to my project. I merged the code and when i run npx react-native run-android my build fails with:FAILURE: Build failed with an exception.* What went...
View ArticleHow solve (Could not initialize class...
$ npx react-native run-androidinfo Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.Jetifier found 864 file(s) to forward-jetify. Using 4 workers...info...
View Articleapp:compileDebugJavaWithJavac'. > Could not find tools.jar Failed to launch...
when I use this command in the terminal:PS C:\web dev\practice-projects\react-native\myproject> react-native run-android --no-jetifierI get this whole error:info JS server already running.'adb' is...
View ArticleReact Native Google Map Experience, compared to using native languages such...
I have been wondering between choosing native languages or React Native for mobile app development. I understand that React Native is similar to React JS and due to having a web dev background in React...
View Articlereact-native switch crashes on Android
I am trying to use a switch in react-native (0.63.4). const trackColor = { false: defaultSwitchOffColor, true: TuColor.Primary };...<Switch value={isTeamComparisonAllowed} trackColor={trackColor}...
View Article