React native Sign-in with Biometric when app is coming from background
I was thinking of implementing a sign-in with Biometric for a react native app. So when user logs into the app and they go background, maybe visit a different app or maybe locks their phone. and then...
View ArticleHow to fit the screen size of app to full height and width of device screen
I am facing a serious issue in react native. I have just installed and run the project. But app is not taking the full height of the window screen.There is space on top and bottom of the app. Its a...
View ArticleGetting Linking undefined even if linked correctly
I 'm getting undefined is not an object (evaluating '_react.Linking.canOpenURL') when trying to use Linking on iOS. I've tried with both LinkingIOS and Linking but it crashes the same way. var url =...
View ArticleHow can hide the bottom bar IOS [closed]
I don't know how can hide the famous bottom's bar on IOS, if someone can help me, please dont hesitate
View Articleclearing all textInput field on submit react native
i want to clear the all text input field on the button press instead it throws a an error saying undefined is not an option, as trying to take value={this.state.inputTextValue} from and clearing the...
View ArticleHow download audio files in react native iOS even after kill and relaunch the...
I have a scenario in my app which is developed using React Native (0.59), I am trying to download audio files. I want to continue download even after user kills and relaunch it. I am trying...
View ArticleHow do I render the same bottom tab navigation on all drawer screens react...
... how do I render my bottom-tab-navigation in all my drawer screens using react native navigation v5?... I have looked, researched, and experimented quite extensively into this matter.Here's a video...
View Articlereact-native: command not found
I am getting -bash: react-native: command not found error while creating react-native project.Below are the additional info1. brew --version homebrew 0.9.92 brew info watchman watchman `enter code...
View Articlereact-native doesn't run the app on ios 14
i need some help on the react-native 0.61.5.I run the app on iOS 14 it show me a blank screen can someone help me to fix this issue .
View ArticleGet current scroll position of ScrollView in React Native
Is it possible to get the current scroll position, or the current page of a <ScrollView> component in React Native?So something like:<ScrollView horizontal={true} pagingEnabled={true}...
View ArticleCannot add WatchOS target to React Native App
I have developed a couple of watch apps and I am getting the hang of it, but when I try to add a watch os target to a React Native App I get 47 errors that I do not understand.I am attempting to follow...
View Articleexpo-notifications scheduleNotification is not working as expected in devices
My app is of expo bare workflow.Using latest expo & expo notifications."expo": "^39.0.0","expo-notifications": "~0.7.2",ProblemIm im trying to schedule a repeat notification on everyday morning 9AM...
View Articlehow to disable rotation in React Native?
I would like to support only portrait view. How can I make a React Native app not to autorotate?I tried searching documentation and Github issues, but I didn't find anything helpful.
View ArticlesetTimeout in React Native
I'm trying to load a splash screen for an iOS app built in React Native. I'm trying to accomplish this through class states and then a setTimeout function as follows:class CowtanApp extends Component {...
View ArticleHow do you hide the warnings in React Native iOS simulator?
I just upgraded my React Native and now the iOS simulator has a bunch of warnings. Besides fixing them, how do I hide these warnings so that I can see what's underneath?
View ArticleHow to implement AR based navigation in react-native using mapbox?
I am trying achieve adding AR based navigation for walking, driving, and motorcycle into a project. I read that react native mapbox depends on react-viro for such a task so installed react viro...
View ArticleonPress does not redirect to screen on ios
I've got a bunch of tiles (rectangles) I've created. On android it seems that when I click on the title the onPress function works as expected. But on iOS when I click the tile it doesn't work? is...
View ArticleFull screen background image on loginscreen in React Native app
I'm currently trying to set a full background image on my login view.I've used the following code to do so but noticed that Iphone 11 have like a white bar at the bottom and top of the phone. Is this...
View ArticleMac Catalina Xcode 12.0.1 IOS Build Error Urbanairship
Facing build issue with Urbanairship package, recently updated to Catalina and xcode12.Works fine with Xcode11 and Mojave. Any suggestions, please? I am using react native 0.61.1 version.
View ArticleFull screen background image on HomeScreen in React Native app iphone 11
I'm currently trying to set a full background image on my login view on iphone 11 const Background = styled.ImageBackground` padding:20px; justify-content:center; width:100%; height:100%; ` const...
View Article