Using Typekit (Adobe) fonts on React Native project?
I recently opened some mobile app mockups that I have to develop. I'm using React Native (with Expo). The thing is, this mockups use a lot of Adobe fonts (Typekit).I came across the doc:...
View ArticleReact native navigation touches sometimes don't work
I'm hoping this is a known problem as I can't provide much to go on to get help solving it.I'm using react native navigation for my app with the following setup:AppContainer Splash ScreenSetup Screen...
View Articlemy npx react-native run-android build fails
My colleague recently added react-native-camera to my project. I merged the code and when i run npx react-native run-android my build fails with:FAILURE: Build failed with an exception. * What went...
View ArticleFirebase crashlytics doesn't work for Android
I have integrated firebase analytics and crashlytics into react-native application.The analytics part works fine. But Crashlytics doesn't work for android, see attachment below.For IOS at least it...
View ArticleFirebase Performance Monitoring React Native integration
I have install Firebase Performance monitoring on my React Native app and integrate it successfully. After i want to track my network requests performance and go through as documentation.const...
View Articlecom.facebook.react.bridge.WritableMap.copy() on a null object reference
I have a background service on my app wrote with react-native. When start service then closed app and alert: "Stoped: Unfortunately". I open project on android studio for test and debug. and i take it...
View ArticleReact-native 0.61.2 with hermes disassembling index.android.bundle
I created a release build of my app with react-native 0.61.2 and enabled Hermes. In my Crashlytics I receive information about crashes along with stacktraces. Perviously I used to apply apktool to...
View Articlereact-native-camera (android): takePictureAsync() throws error
After calling takePictureAsync() from react-native-camera, i'm getting this error: { "framesToPop": 1, "nativeStackAndroid": [], "userInfo": null, "message": "Preview is paused - resume it before...
View ArticleCode injection to hide Website parts in WebView not working
Hi I made a Flutter webview app but the notification of cookies (first image) does not hide when I injected this code:(await...
View ArticleReact-native gradle.groovy cannot be found
I'm fairly new to react-native. Recently I ejected the expo kit as I needed to generate an APK file to try on multiple phones. but I'm currently facing a problem as when I try building the project...
View Articlefont-family "ionicons" is not a system font and has not been loaded through...
I am using native-base UI framework for react-native. I am having same error again and again even I'm not using 'Ionicons' anywhere in my project. I tried to delete node_modules and running npm install...
View ArticleHow to implement Google Campaign Measurement of google analytics in react...
How can I implement Google Campaign Measurement using react native . I use google analytics using react-native-firebase package. I am trying to follow this guide:...
View ArticleReact native version mismatch: native version: 0.61.5, javascript version:...
I have a react-native app, which does not use expo. I get the following error: React Native version mismatch. │ │ JavaScript version: 0.57.7 │ Native version: 0.61.5 │ └ Make sure that you have rebuilt...
View ArticleReact Native: custom header not set to header navigation
I created top navigator in my android react native project :const topSurvayorsNavigator = createMaterialTopTabNavigator({ ActiveSurveyor: { screen: MomayezanScreen, params: { status: 1 },...
View ArticleReact-navigation touches sometimes don't work
I'm hoping this is a known problem as I can't provide much to go on to get help solving it.I'm using react-navigation for my app with the following setup:AppContainer Splash ScreenSetup Screen (A stack...
View ArticleETIMEDOUT and HOSTROUTE error in TCP socket over a WiFi with no internet in...
I'm working on a react-native IoT application which requires me to connect to local device over hotspot and provide it with WiFi credentials.I'm trying it in 3 phones: Vevo1601(android 6), Asus Zenfone...
View Articlehow to send the push-up notification to the user that are nearest to a user...
I am developing an android app using React-native , in which a user post a problem. Now i want to send notification only to those mechanics who are nearest to the user current location. I have register...
View ArticleHow to use mock location in React Native - Android
I'm trying to write react native module for changing GPS location in android studio. I'm setting permission and set application name in mock location developer settings. After that also, its not...
View ArticleReact native bottom tab bar pushing itself up when opening keyboard
We are using createBottomTabNavigator. In one of the tab contains search bar at the top. While clicking on that search bar, we are opening the keyboard. But the keyboard pushing up the bottom tab bar...
View ArticleReact Native can't find native method
I am new in React Native, here is my problem: I want to start an activity by calling NATIVE code from REACT NATIVE on a button click. I am getting an error, says on the JS console 'cannot read property...
View Article