Image not rendering after upgrading react native version
I created a new project in react-native 0.61.5. My old project was runnning on 0.49.5. My images in my view are no longer rendering, this is what I'm getting:After porting all my code from my old...
View ArticleHow to find custom button in custom UI layout in exoplayer?
I want to custom the UI of exoplayer using these codes<com.google.android.exoplayer2.ui.PlayerView android:id="@+id/exoplayer" android:layout_width="match_parent"...
View ArticleTypeError: null is not an object (evaluating 'n.default.configureProps')...
I am facing an issue in my live react native app with JitsiMeet integration. I am using this library for jitsi-meet integration in my app. Now whenever I click on button to start video call via...
View ArticleReact Native: Resize custom UI component
I've built a very simple native Android UI component and I want to update the size of its child view when a button from my react native project is clicked. To be more precise, when this button is...
View Articlechange button of react native header if data exist
I want to check if data exist, If data exist then to show red button and if there is no data then it will show blue button. I tried to do that but its not working . For example Instagram go to DM's...
View Article(React Native Expo) How to remove AMPLITUDE SDK from my apk file?
I have made a simple quiz game using Expo CLI where user guesses what’s on the picture and enters the answer. I wanted to upload my app to Amazon Apps since Google Play wasn’t free but when I uploaded,...
View ArticleUbuntu, can not start react-native: Could not find tools.jar
I followed the getting started guide Android/Linux.I try to start react native under ubuntu using react-native run-android, but it fails with the error:FAILURE: Build failed with an exception. * What...
View ArticleHow to build debug apk in react native
I want to build unsigned apk or debug apk. My application is successfully running on localhost. I have tried different methods. But it shows the error. I have got the answer from Here . when applying...
View ArticleUnable to scroll pdf file in android app used react-native-pdf
I have used react-native-pdf in my app and we want to scroll that pdf within the app however it is working fine in on ios but in android, it is not scrolling completely scroll up to 4 pages. there are...
View ArticleReact Native Maps - OnRegionChange stutters the map
I'm having a weird issue with the React Native Maps library. At the moment when I follow all the documentation correctly, every time I move the map, it appears to stutter and move back to the original...
View Articleregenerating Android & IOS folders inside react native project
I removed Android & IOS folder , to recreate them againhowever I can't find a way in RN version 0.61.5 to return these folders againreact-native eject> is not working react-native upgrade...
View ArticleHow to place floating action button in bottom right in React Native
I am trying to place a floating action button in the lower right corner of my app but it is placing it in the top left way off screen.Returned view:<View> <View style={{flexDirection:...
View ArticleForm in card body not visible with NativeBase
I try using below code (a Form inside a Card component)<Card> <CardItem header style={{ backgroundColor: 'lightgray' }}> <Right> <Text>This is Right align text </Text>...
View ArticleWhy Android header does not change color in React Native?
I implemented a dark mode in my app by screenProps. On iOS it works fine, everything changes color on Android except the header navigator. I have a darkMode boolean screenProps so I set my Views and...
View Articleerror while generating apk file from react native
> Task :app:bundleReleaseJsAndAssets FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:bundleReleaseJsAndAssets'. > Process 'command 'npx.cmd''...
View ArticletransformClassesWithDexBuilderForDebug error at build
My React Native app was working yesterday.I was working on a new version and wanted to push it to the Google Play Store. I tried fixing the library version for facebook and for react-native-fetch-blob....
View Article'installDebug' not found in root project 'android' React Native
I am trying to run my project on the android simulator. When I run react-native run-android I am getting the following:FAILURE: Build failed with an exception. * What went wrong: Task 'installDebug'...
View ArticleExecution failed for task ':app:transformDexArchiveWithDexMergerForDebug'. -...
I have App written with react-native and it's work very fine previously but when I install RN async-storage. I don't change anything in native android code I got an error when running the app.I'm...
View ArticleWhy is android looking for RNCGeolocation when I use...
Trying to get an android version of a react-native 0.61.2 app running...The app intends to use react-native-geolocation-service but can not get past this error:"Error:...
View Articlereact native autocomplete dropdown like android AutoCompleteTextView
is there libs or components for reactnative that looks like android's AutoCompleteTextView i couldn't find any. there are some libs but they all have problems or they don't look like android...
View Article