Error type 3. Activity class {com.awesome_project/...
I've created the project using the following command. react-native init Awesome_Project I've started the packager using the following command. react-native start I've connected my Android mobile using...
View ArticleCan you use ReactNative module class from Native side?
You create native modules for react native to access native functionality. Once you create native modules, can you use them from native code (java/swift) ?
View ArticleHow to combine multiple inline style objects and inline css in react-native?
How to combine multiple inline style objects and inline css in react-native? it has 3 style objects TimelineGreenColor, TimelineLeftBorder, TimelineLeftLine to be used in view div const stylesB =...
View ArticleReact-native, use fullscreen image on android
I just have started developing a new app and immediately ran into a problem.Here, ios on the right, the background successfully covers the entire screen, including the top bar and the bottom...
View ArticleJava.lang.NoClassDefFoundError: Failed resolution of:...
This is React Native project. I have an error after successful build in Android Studio Emulator: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/firebase/FirebaseAppMy...
View ArticleChange navigation bar on android with RN with expo?
I started using React Native with Expo, and I got my first problem, and I don't know how to deal with it. I want to change the navigation bar on Android to dark or to a custom color, but I can't figure...
View ArticleDo i need a local database for my app or a big object
consider a project that user can create auctions and others can make bids, i wonder if i need a DB or a big object can do the job.let me explain this. this is an online job, user need to be online to...
View ArticlePick multiple images in react native Expo with Imagepicker
It seems like Expo only supports imagepicker for selecting one image rather than multiple images. Is there any way to pick multiple images without ejecting expo or starting new react-native-init?
View ArticleReact native google sign in error with error code 10 in release mode
I am facing an issue in react native google sign in . Google sign in works fine in debug mode but after putting it in release mode it gives me error with error code 10.I tried many possible way but...
View ArticleReset password in a P2P native app using only username
I'm about to develop a P2P native chat app for android using react native. I would like to log in my user by asking for a username and a password. In case the user forgets his password is there any way...
View Articlereact-Native: background image on iOS has cannot cover all the screen
The background image is not filling the whole screen on iOS devices, despite trying different options in styles. while on Android devices it looks fine and fills all the background space. I got the...
View ArticleonNotificationOpened works in Android emulator but not in actual device
I am using firebase notification module in my react-native application. It works perfectly in emulator but when I install the app in mobile, onNotificationOpened event listener never gets called when I...
View ArticleCan not run React-Native app on Android with Firebase
So I was working with RN 0.59 it worked just fine then I started a new project with RN 0.60 and implemented everything in the same way then now when I try to run my app in Android Studio I get this...
View ArticleHow to add "Set as Wallpaper" option in React Native app
How to enable option "set as wallpaper" ? I'm using expo and I'm not able to find any API to enable that functionality. I only able to download image. I want to trigger set as wallpaper option. I tried...
View ArticleAAB file is too larger than IPA file after production build in React Native
I have been working on React-Native for 3 months. All these days I was building the app only for android platform and the size of AAB file was 36.5 MB, Today I built my app to iOS (IPA File). The size...
View ArticleCustom Native Module stoped working on android after upgrading to react...
I upgraded my react native to 0.61.2 from 0.59.9, ever since then, I cannot use my custom native modules on android.Tried to use the code from the guide in react native (...
View ArticleSwipe left/right not working in Android emulator - React Native app
Is there a setting to allow swipe gestures in the emulator? I am using react-navigation, but also am using react-native-swipe-gestures and no swipe, left or right, is working on any page under any...
View ArticleHow to able to open the app when I click notification on React Native Track...
i using react-native-track-player for play my music stream. I want to open my app when i Click Notification. I read a documentation but I can't found some there.
View ArticleWhy Might This React Native Package Not Work With Versions Of Android Above 8?
I know this is a long shot but it seems like one of the only options for my video calling app apart from having to write my own native Java module.I'm using react-native-invoke-app to launch my React...
View ArticleHow to set headers downloading a file using React Native and react-native-fs?
In order to download an asset an Authorization header needs to be set when using react-native-fs with React Native.Following the documentation the header is set as such: const options = { headers: {...
View Article