White line above BottomTabNavigator in react-native
I just started developing an app in react-native and added a bottom navigation. I then started styling the components and noticed a white line above the navigation, which i simply can't get rid...
View ArticleHow can i create new react native App using npx?
I didn't use react-native for a few months. It looks like some things have changed meanwhile. In the official documentation they recommend to uninstall react-native-cli and to usenpx react-native init...
View ArticleHow to align text input correctly in react native?
The Text input is center aligned, how to fix this text input so that it takes input from top left cornerHere is my css for text input/* The Text input is center aligned, how to fix this text input so...
View ArticleReact Native handle IOS permissions for FCM messaging
I integrated FCM messaging to my React Native app.In my App component i tried to grant permissions by asking the user if he accept to get notifications or not .My question is, am i using to right way...
View ArticleReact native native modules with swift getting exported method value as...
I am creating native module using create-react-native-module with swift. After that I have followed react native official documentation for iOS setup. doc link::...
View ArticleHow to tunnel whole device through a vpn from react native app?
I have been researching a way to create a VPN connection to tunnel whole device using react native but unfortunately there isn't any way to do that. There are Native Services to achieve that like...
View ArticleReact Native Separate View Component Scrollable with FlatList?
Is there a way to scroll a separate component with a FlatList?<View> <View> <Text>Some component outside of FlatList</Text> <Text>Porfile Information Above...
View ArticleExpo SDK36 + Detox - Hanging on reloadApp()
Detox is not working with Expo SDK 36?Debugging reveals that it's hanging on await device.launchApp() in reloadApp() within detox-expo-helpers.I've gone through the setup highlighted in: Is it actually...
View ArticleYarn v2 and Cocopods: node_modules folders doesn't exist
I have upgraded Yarn to v2. I see that there is no node_modules folder anymore. But my Podfile is still looking for it. How can I fix it?
View ArticleIs it possible to use ExcelJS in React Native?
I am trying to create an excel sheet from React Native mobile application. I have tried using xlsx to generate excel. But it is not supporting the styling excel sheet. Is it possible to use ExcelJS in...
View ArticleWhy my design gets disappear when I use ?
<View style={{flex:1}} > <ImageBackground source={require('../images/back02.png')} style={styles.bgscreen} onPress={Keyboard.dismiss} > <KeyboardAvoidingView behavior='position'>...
View ArticleCrash Fatal Exception: NSInternalInconsistencyException on iOS
I get crash when use app, i dont know about crash detail. Please help. Podspod 'Firebase/Core', '~> 6.14.0' pod 'Firebase/Messaging', '~> 6.14.0' pod 'Firebase/Database', '~> 6.14.0' pod...
View ArticleTranslate React Native Webview file input modal in iOs
I have a React Native app with a WebView that access to a web page with a file upload. The problem is that in iOs when the file upload input is touched it shows a modal with 3 different options that...
View ArticleTranslate iOs dialogs in React Native app
I have a React Native app with a WebView that access to a web page with a file upload. The problem is that in iOs when the file upload input is touched it shows a modal with 3 different options that...
View ArticlePodfile.lock missing when initial react-native run-ios
I am setting up IOS dev for React Native (0.61) app which has the working android version. What I did was to copy src of components and package.json file after react native environment is setup by...
View ArticleIs it possible to display some data from web page on the react native app?
I am new in programming and I don't know so much about it. I was thinking to make phone app with React Native. And I have an idea to make the app that will scan QR code and then display data to the app...
View ArticleReact Native disable navigation push animation
Considering a simple example in React Native that uses React Navigation to go to a different screen, how can I disable the transition animation?<Button title="Go to Details... again" onPress={()...
View ArticleFirebase Dynamic Links is not working for iOS in react-native
I have setup Passwordless authentication for my react-native app, for that it required to setup firebase dynamic links which I did successfully.And everything was working fine on both Platforms Android...
View ArticleHow to use delegate in React Native?
Is there a way of delegating in react native just like in swift/ios.. If we want to pass a information to a child class from parent class, we can do it by passing props. But what if we want to pass...
View ArticleHow to make Push notifications App working in conjunction with the existing...
I am new to mobile development using React Native. I would like to develop a notifications module as an iOS or Android application. It just so happens this module will interact with a web application I...
View Article