Error : WebView has been removed from react native
I built new React Native project yesterday using react-native-cli. But when running the project with my android phone, I got this error in red screen.Invariant Violation: WebView has been removed from...
View ArticleReact Native WebView Loading Error Handling
When the webview loads an invalid url, which property should I set to display an error view? I try renderError, it triggers the console message but did not display the view.here's the code:<View...
View ArticleNetwork Error when use axios in React Native
This is long-standing problem for me and I can't find solution at all.Within my react native project(react-native-cli), I send request to server using axios package. But when I'm testing with my...
View ArticlebundleRelease fails with "Task :app:collectReleaseDependencies FAILED"
When trying to bundle a signed release of my React Native App for Android (on Mac)./gradlew bundleReleasefails with message> Task :app:collectReleaseDependencies FAILED FAILURE: Build failed with an...
View ArticleSocket-io not working on Android with React Native and Expo
In my application I have implemented real time with socket-io with an external server (https://api.xxxxx.com:300)Currently it works perfectly for iOS, but Android never gets to connect to the server.On...
View ArticleCannot start my react-native application on Genymotion with expo
When I try to start my react-native application on Genymotion, it shows:Error running adb: 'Error running app. Error: Activity not started, unable to resolve Intent { act=android.intent.action.VIEW...
View ArticleReact Native - How to change bubble style
I'm trying to change the background color of the chat bubble from react native.It seemed so simple here: https://github.com/FaridSafi/react-native-gifted-chat/issues/493And that's exactly the code I...
View ArticleCan't build or install React Native app after installing React Navigation
I've just started building my first React Native app with minimal success. I've built my boilerplate code but now I want to add a separate screen to it. Cue React Navigation. Having tried twice to...
View ArticleReact Native Fetch API only works in develop enviroment
Im using fetch API to retrieve data from my node server to react native application. It works well when I execute the app in Android Studio emulator or a phsycal device, but when I build it to export...
View ArticleCamera is not running
I’m trying to make a prototype application that over and over1- record a video with the camera for x seconds2- displays this videoFor this I use the components Camera from expo-camera and Video from...
View ArticleGoogle Places API + ReactNative
I'm trying to utilize Google Places API in Android app. I'm using React Native and the following package: https://github.com/FaridSafi/react-native-google-places-autocompleteAPI key in Google console...
View Articlereact native google places autocomplete npm package tacking full page in app
I am developing a react native app. In that, I am using react-native-google-places-autocomplete NPM package. It's working fine. My problem is it is taking full page view. how to fix this. I want an...
View ArticleHow to navigate to a specific React component when touching a notification on...
I currently have a native module written in Java that is called via HeadlessJS:index.js:import { AppRegistry } from 'react-native'; import App from './App'; import { name as appName } from...
View ArticleHow to detect an application in the kill app on react native?
I want to change the state data from the API when the application is killed by the user.I have tried using the componentWillUnmount to change data when the application closes, I also use the AppState...
View ArticleFastlane match not found in available list of options
I'm working in a forked React Native app and it has fastlane already setup with Matchfile, Fastfile& Appfile but upon editing the Matchfile to match my repo and username, and ran fastlane match...
View ArticleUse rn-fetch-blob with android Storage Access Framework
I am using rn-fetch-blob to download photos and want them to be stored in external sd card. While I always get 'permission denied' even I have set android.permission.WRITE_EXTERNAL_STORAGE in...
View ArticleImages are not show in the debug apk - React Native
Hi I'm new to react native. I have created react native application and for testing I have get the debug apk as output. But once I installed on debug APK on real device some Images are not showing.....
View ArticleReact Native UnhandledPromiseRejectionWarning: TypeError: Cannot read...
My react native app is ejected from expo. I have upgraded my react native app from expo 35 to expo 36. After upgrading I am facing two issues.After build app crashes with white screen on first time...
View ArticleReact-Native TypeError: undefined is not an object . (Please explain what...
I have Component class called Cameraa (the extra a in Camera is intentional) . After creating the component class, I am calling the component inside render() in App.js but that throws the following...
View Articlereact-native-table-component freeze first column & first row in scrollable table
Desired StateI'm using react-native-table-component, a basic component to render tables in React Native. I need to freeze the first column and first row in the table so they remain in view when...
View Article