keyboard overplay input text in few android devices react native expo app
Hi I'm having an giftedchat input text overlap issue when keyboard is visible on few android devices to resolve this i tried to use keyboard-show/hide method but didn't worked also tried to using...
View ArticleReact Native "RNCSafeAreaView" was not found in the UIManager
I am running a react-native application on Mac. but I am getting "RNCSafeAreaView" was not found in the UIManager.
View ArticleWhich version does React Native support (iOS and Android)?
I can't find this information. Is it true that Android React Native runs on sdkMin18 and therefore makes it supported by most android versions?
View ArticleTabs with scrolling animated header - React native
I am following the tutorial in the link: https://medium.com/appandflow/react-native-scrollview-animated-header-10a18cb9469e . However I can't seem to understand how to add tabs to this such that the...
View ArticleSlow performance after switching to HEREMap premium SDK
I am facing performance issues with HEREMap Premium Android SDK in my react-native project. Previously I was using free version of HEREMap, and my map view was performing very well. But once I switched...
View ArticleCan't find drawable/ic_stat_ic_launcher , color/petrol
The error I've got* What went wrong: Execution failed for task ':app:processDebugResources'. > Android resource linking failed...
View ArticleReact native statusbar styles cannot override native android statusbar style
I am trying to set statusbar translucency to false on componentDidMount but it doesnt seem to work. My reasons for doing so are different (because I am using react-native-bootsplash which requires me...
View ArticleCustom font not working in React Native
I want to use a font from google fonts in my app. Here is the font.I have placed the .ttf file in app/fonts. package.json:{ "name": "xxx", "version": "0.0.1", "private": true, "scripts": { "start":...
View ArticleTask :react-native-gesture-handler:compileDebugJavaWithJavac FAILED
I need to use react-native-scrollable-tab-view and accompanying that, I also installed/setup react-native-viewpager following this link. This error suddenly appeared and currently, I still can't find a...
View Article[react-native]could not connect to development server on android
When I run "react-native run-android",it gives me error:"could not connect to development server...".Package server is running and i can access it directly from browser in mobile device.My android...
View ArticleSwipe transition to go back works, but pressing the back button does not go back
On swipe, the transition to go back works, but when i press the back button the transition does not work in Android OS.I have used react-navigation v4...
View ArticleReact Native Run-Android Build Failing
I just got started with react-native and android-studio. I have been trying to install it correctly for a few hours now to run my first App. However, I cannot seem to fix 2 errors. The first one says...
View ArticleHow to fix "Can't open file" in react-native(android) after file download...
I'm using rn-fetch-blob to download PDF file in react-native (android). File downloads successfully but when i try to open it says "Can't open file".RNFetchBlob.config({ fileCache: true, appendExt :...
View ArticleAndroid build in react_native:- Attempt to invoke virtual method...
Unable to run android build in react_nativeAttempt to invoke virtual method 'java.lang.Class[] java.lang.Class.getInterfaces()' on a null object referencereact-native": "^0.59.9",
View ArticleReact Native's SectionList items flickering with dynamic height content
I'm trying to create a section list containing items with different heights, for some reason I don't know the items are flickering. Inside the Items I create a series touchable based on server response...
View ArticleProfiler in react-native broken (V8 and systrace)
I would like to see, which function is keeping my JS thread the most busy. But in any profiling option I just cant see any JS related stuff.1) ProfilingThe most useful would be the V8 profiler, which...
View ArticleWhere to store data locally to be persistent and safe using React Native...
This is not a question on what storing system use, but is a question on what are the possible strategies to store data locally on a mobile platform (iOS and Android).I wouldn't use AsyncStorage because...
View ArticleGeolocation.getCurrentPosition return wrong coordinates (0;0)
I try to get user location (with permission step no problem), but Google approach with his package react-native-geolocation-service and method getCurrentPosition return this:{"coords": {"accuracy": 3,...
View ArticleRunning react-native app in Android Studio on AVD returns url==null
When trying to run react-native app in Android Studio on an AVD (Pixel XL API 29) I'm getting the following error when launching the app inside the device:url==nullI start the server npm run start each...
View ArticleCould not determine java version from '11.0.1' when running "npm run android"
I'm trying to run react native on windows 10. when I run npm run android i get this following error Starting JS server... Building and installing the app on the device (cd android &&...
View Article