Customise tabs of native base
I need to customise tabs (change their background color ) from native base in my react native application, like shown in the image I've already tried this style={{ backgroundColor: '#C0C0C0' }} but i...
View ArticleReact-native keyboard no comma on android Samsung devices in Text Input
I have a React-native app with TextInput and KeyboardAvoidingView. And everywhere it works well except android Samsung devices, especially Samsung A3. Because on this device the keyboard is appearing...
View ArticleHow to open drawer navigator not in a screen defined in drawernavigator
is it possible to open a drawer navigator from a screen that I DONT WANT IT TO BE INSIDE MY DRAWER NAVIGATORconst AppDrawerNavigator = createDrawerNavigator({ Home:{ screen:MainStackNavigator,//stack...
View ArticleI can not generate a apk release of the project. React-native (Android)
I thank you in advance. I try a problem with a project I am trying to generate the signed apk release but react-native does not generate presenting the following problem:> Task...
View ArticleHow to resolve: Error: spawnSync ./gradlew ENOBUFS
so im trying to build my app on release mode with Docker. When I run it on my machine it works with no problem but when I run it on docker I get this error: Error: spawnSync ./gradlew ENOBUFS...
View ArticleDo OTA updates in Expo work if the app has been published through a bundle?
I am using a lot the fact that expo publish allows OTA ("over the air") updates without the need to go through the normal publishing in the stores (more info in my previous question Do OTA updates in...
View ArticleReact Native Expo audio player error - Player does not exist
I'm using react native expo audio in my app, I use createAsync to load the audio in the player but sometimes i get Player doesn't exist error and sometimes it works fine. I'm unable to debug the error....
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 ArticleHermes is not working in Android with React-native 0.60.2
I've upgraded React-native in existing (not new) project to 0.60.2 by way of changing package.json as written here https://react-native-community.github.io/upgrade-helper/?from=0.59.10&to=0.60.2In...
View ArticleDate formatting in React Native
I try to format a date time value according to device settings. Whatever I change on the simulator settings or in xCode scheme, I always get US format with date.toLocaleDateString()So I tried different...
View Articlereact-native android error Failed to install the app native_modules.gradle'...
running react-native run-android in windows but get this error:error Failed to install the app. Make sure you have the Android development environment set up:...
View Articlehow to share the exported whatsapp docunment to react-native app
I'm new to React native and I want to export my whatsapp chat and share it to my react native app. There are two packages that can...
View ArticleReact native BLE manager will not stop scanning in assigned time
react-native:0.61 Library used: react-native-ble-manager Issue: I have implemeneted bluetooth scanner using react-native-ble-manager.startScan will be called on render.Mentioned time for scan is...
View Articlehow to reset gps and remove A-GPS data in android with react native
I have problem using navigator.geolocation.getCurrentPosition in react native when i use the apps in another phone the gps always timeout and sometime work. but i try to solve the timeout gps with...
View ArticleHow to add a View as a Fragment in React Native
I go about adding an Android native View to React Native as follows : BulbView (The View To Be Added) :public class BulbView { Button button; LinearLayout linearLayout; LinearLayout...
View ArticleHow to call a JavaScript function from native on a React native app
So I am creating a React native app and I want to call a JavaScript function from the native part of the App.I know that I can use Native Modules to create a bridge between Native and React Native and...
View ArticleIssue with Rotating Image while Saving in React Native
Actual Behaviour :I am supposed to implement signature pad in landscape-right mode along with a timestamp of signature drawn. Then take a screenshot of the view, and save it in document directory (iOS)...
View ArticleCould not run react-native app android. Getting syntax error in the metro...
I have been trying to run a react native app on my windows laptop. Whenever I use npx react-native run-android I am getting some syntax error as shown below which suggests some error in...
View ArticleFirebase/Crashlytics Dashboard not showing any test crashes for android
I can't understand why it's not showing into Firebase Crashlytics Dashboard ,when i'm trying to link this packages manually i'm getting the error about the duplication. Else i trying to change...
View ArticleReact Native | App Crash because of "react-native-google-signin"
React Native | react-native-google-signinAfter i install react-native-google-sigin withnpm i react-native-google-signin It suddenly crash ( force close ) right when the app start, I have already did...
View Article