camera.takePictureAsync(options) is not a function in react native camera
Hello im new in react native and i just building my first react native project with camera without expo. I installed it with npm install react-native-camera and then linked it with react-native link...
View Articlewhich technology digital banks use to transfer money [closed]
I am developing an app for instant money transfer between customer from different banks, so I wanted to know what technology is used and what security methods too! An example would be Revolut, how does...
View Articlereact-native run-android is unrecognized
I've installed react-native-cli globally: npm install -g react-native-cli Then run: react-native init AwesomeProject cd AwesomeProject I got the following structure: -- AwesomeProject ---- node_modules...
View ArticleReact Native geolcation number of satterlites
anyone know how to get the number of satellites in react native. currently, I'm using https://github.com/react-native-community/react-native-geolocation But it doesn't give a number of satellites
View ArticleReact Native build fails giving following error
command->' lerna exec --scope=recruiter -- yarn android ' error-> Starting a Gradle Daemon, 2 stopped Daemons could not be reused, use --status for detailsFAILURE: Build failed with an...
View ArticleVideo cannot close from fullscreen in react-native webview (ios)
I am using react-native-community/react-native-webview and on the website we have Nexx player for playing videos. Android works fine but I have problems with ios. On ios, I have a fullscreen modal...
View ArticleHow to set orientation to portrait mode, regardless the auto-rotate in...
I want to set portrait mode in my react native android application, I tried to set android:screenOrientation="portrait" in my Android Manifest.xml file, adding orientation programmatically in my...
View ArticleReact-Native: "FirebaseError: No Firebase App '[DEFAULT]' has been created -...
I'm building a React Native app, currently trying to implement an authentication registration system through Firebase Auth. I've followed a guide/the docs on the website to setup the Firebase config...
View Articlei am not show Component code in react-native text component
I can't show Component code in react-native text componentI have created button component for my app.Here is my code> <TouchableOpacity> > <Text>Button</Text> >...
View ArticleHow to adjust font size to fit view in React Native for Android?
How I can make the font size of the text auto change inside a view in react native?I have text with different lengths, some of which doesn't fit the view so decreased the font size. I have checked the...
View ArticleChange TextInput Style on Focus React Native Paper
First of all, I've researched through other posts and find many solutions but nothing work in React Native Paper ?I need change TextInput Style on Focus in React Native Paper
View ArticleFinding the cause of React Native Android App Crash
After spending many hours of tracing, I am unable to find the issue for the crash of React Native Android App. A white screen appears after react-native run-android and then suddenly the message...
View ArticleUpgrade React Native 0.61.5: Android stuck on splash screen
I upgraded React Native to 0.61.5, the iOS and Android parts compile successfully. The iOS app launch also successfully but not the Android app. The Android app launch and stuck on splash screen with...
View ArticleUsing pages of one react native app within another react native application
We currently have 2 react native applications. 1: for authentication and printing. 2: for buying vouchers and processing the voucher sale.Our task is to have the 2 apps work together in one React...
View ArticleCan I use a Zebra scanner package with Expo project in React Native?
There is an npm package for Zebra scanners (Barcode scanner with laser/not camera) that we need to use in an Android app we plan to build with React Native. Now Expo CLI seems like the way to go but...
View ArticleReact-native - Change button icon when processing and should get back to its...
how to change Button Icon while it is processing then it should go back to default button icon after the processing is done in React-native. For Example: I have Microphone icon button and when i click...
View ArticleReact Native Android Run Problem with Stucking Old Version without...
I could not run the project on the Android without re-bundling each time I want to run my changes. Here is the re-bundling command: react-native bundle --platform android --dev false --entry-file...
View ArticleIntegrating react-native into existing Android App
we are trying to integrate react-native into our existing android application: The SDK requirements of our build.gradle are: minSdkVersion 16 targetSdkVersion 23We use an Intent to call the initial...
View ArticleHow to install package only for iOs in React Native
I would like to know if it's possible to install a package only for iOs in React Native ? I'm using tipsi-stripe for Apple Pay and there is some bugs with Android and RN0.61.5, and I don't need it on...
View ArticleApp published but not indexed in Google Play after 2 weeks
For a client of ours we've created an app which has to be available by the 11th of October. The app is already available in the iOS App store but Google Play seems to be a problem.I have added the...
View Article