Display png image from native module in react native
I have a slider component which I want to have a handle as png image pass as a prop. Now, I want that png image to pass through react native to native modules(android and ios both). The component is...
View ArticleReact native Keyboard pushes Bottomsheet out of screen / to top
I am struggling with this issue now for over three weeks.I am using the package osdnk/react-native-reanimated-bottom-sheet and I want to use textinputs inside the bottomsheet. The problem appears when...
View ArticleResources are missing in apk
I'm trying to add a .wav file to my React Native app and having a problem with Android implementation.The file keeps getting removed from the build (its' missing in the res/raw folder when I'm...
View Articlereact-native-video-controls Warning Animated: `useNativeDriver` was not...
I am using react-native to develop the Android APP ,I am using react-native-video-controls in my app after upgrading React_native from 60.0 to 62.2 .I am getting errorWarning Animated: useNativeDriver...
View ArticleReact Native - Android - keyboardavoidingView in stackNavigator within a...
I am trying to build an auth flow that has a welcome page and then login or signup depending on the user's case.It is built inside a stack navigator. The first screen has no header but then login and...
View ArticleAndroid issue on mac react native
This issue is happening when i ran react-native run-android command from terminal. It works perfectly if I'm running it in android sdk. See the output below. Any help will be appreciatedAndroid path...
View ArticleEdgeLight: Screen borders are not going beyond the notch and softkeys in...
I am just trying to implement "edge light" Ref in react native.I have this below code to achieve it.<Layout style={{ flex: 1, paddingTop: 18, paddingBottom: 18, paddingLeft: 28, paddingRight: 28,...
View Article{"error": {"extra": -2147483648, "what": 1}} error while playing .mpd dash...
I have used react-native-video to play DRM content with .mpd extension. But it is giving me an error {"error": {"extra": -2147483648, "what": 1}}My video-player is like : onBack={this.goBack}...
View Articlemake Drawer.screen have default header like Stack.screen
I have a side drawer and stack nested but the screens rendered by the drawer do not have a default header like a stack screen. I do not want to create a customer header component so the UI will be...
View ArticleReactNative Android - Unable to start activity ComponentInfo After changing...
It happened After changing the Firebase version.It doesn't happen on my device, it can only be found in Crashlytics.Fatal Exception: java.lang.RuntimeExceptionUnable to start activity...
View ArticleAndroid emulator adb error: device still connecting
Has anyone ever seen this behavior: Trying to run my expo react-native app on the Android emulator, however I cannot and get these errors:WARNING 15:17: Couldn't adb reverse: more than one...
View ArticleIssues using AndroidX and React Native
I've been trying to integrate AndroidX into my hybrid React Native project, and I've run into the issue that Jetifier doesn't run on "local" projects. This results in all of my React Native libraries...
View ArticleReact Native version Mismatch - Native version: 0.59.5
I am getting this error on Android simulator:React Native version mismatch:Javascript version: 0.58.5Native version: 0.59.5I have upgraded React Native, modules, Android studio and pretty much...
View ArticleCan I build an android app recorder video and sound when a video calls on...
I want to build an android application can record the video and sound when video calls on other application. It's possible?
View ArticleReact native security Android [closed]
I reverse engineered my react native release signed app, I now can see all js code in index bundle which is only obfuscated not encrypted, in assets directory. I don't want my code to be seen. I...
View ArticleCannot open phone call with Linking.openURL
DescriptionCannot open phone call with Linking.openURL('tel:+123456789') EnvironmentEnvironment: OS: macOS High Sierra 10.13.4 Node: 8.5.0 Yarn: Not Found npm: 5.8.0 Watchman: Not Found Xcode: Xcode...
View ArticleHow can I use OnePlus 5t and above version as an Android emulator?
I don't have one plus device to fix the bugs related to it. I couldn't find one emulator in the android studio other than pixel/Google devices.I am coding in react native.I have looked around for the...
View ArticleI have a problem when running Android I get this : error Failed to launch...
I have a problem when running Android I get this error :error Failed to launch emulator. Reason: Emulator exited before boot..I did all the solutions that I read from this site and it was not...
View ArticleAccess to screen height depending on the device
Below are various situations with the screen on the phone:with Android navigation bar (bottom black bar)without Android navigation bar (bottom black bar)with notches (small and large)without notches...
View ArticleStream screen react native using MediaRecorder
I can not find any package to stream what the user is doing out of the application with react native.I am creating my own pluginThe goal is to send a stream from java to javascript to then send it an...
View Article