React Native app crash on ios 13.3.1 after I updated to latest ios version
I am running react native app on ios simulator(13.3) and on ipad(13.1.1). on simulator it is working fine . Previously it was working fine on ipad also but ipad got updated to 13.3.1 . Since than on...
View ArticleExpo react native app image not work properly on testflight ios
I have an app login page centered on screen. When i test on locally with expo on win server and also tested mac on a simulator it works perfectly but when i do build-ios and put it to appstore and test...
View ArticleReact native iOS how to make background process after getting new remote...
I use react-native-firebase to get remote notification, and i want after getting remote notification(data-only) to do some process in background, without opening the app (without tapping on the...
View ArticleHow to prevent layout from overlapping with iOS status bar
I am working on tutorial for React Native navigation. I found out that all layout starts loading from top of screen instead of below of the status bar. This causes most layouts to overlap with the...
View ArticleReact-Native - Missing Class Properties Transform
I have upgraded React-Native and Android studio yesterday and since then my App hasnt been runningreact-native-cli: 2.0.1 react-native: 0.60.4 Android-Studio : 3.6.1The app runs correctly without any...
View ArticleCan't get background tasks to work in React-Native
I need to frequently write into a text file, let's say write a timestamp into a file with react-native in iOS and android. I wrote an app by the help of the following libraries. On android, the app is...
View ArticleReact-native: display foreground notifications like background notifications...
I have set up push notifications on my React-native app with zo0r / react-native-push-notification . It works on Android, and on iOS when the app is in background mode. However, the notification does...
View ArticleBluetooth background scan to help fight COVID-19
We're building a pro bono, anonymous app here to help fight coronavirus. You can find out more at viruscontact.com.See the full user journey here...
View ArticleNotification status suddenly "undetermined" for all builds
I am building an ejected Expo app (React Native w/ ExpoKit), and have recently run into an issue with notifications. I had them working previously with no issue, but recently, that suddenly changed,...
View Articlereact- native how to make background process with silent data only notification
I want after getting remote notification(data-only) to do some process in background, without opening the app in iOS(i find out that it impossible in iOS because data only get to the app when user open...
View ArticleWhy are Firestore requests hanging in published iOS app but not Expo client?
I'm building an app with React Native and Expo which uses Firestore as a database. In all my testing in the Expo Client app on iOS my requests to Firestore have been fine, but now I have a build in...
View ArticleIntegrating the React-Native component inside the custom native framework in...
Prequisites: I am able to integrate the react-native component inside the native iOS swift application. To achieve this I used following...
View ArticleReact-Native-image-picker changes bottom tabs text colors
I have faced a kind of problem with react-native-image-picker.On iOS, when user opens Image picker (doesn't matter whether to pick image or press "Cancel"), after closing, bottoms tabs...
View ArticleGreen box shown in heatmap , using react-native-maps on iOS simulator
Using google maps on iOS simulator (react-native), trying to add heat map over it. Gives a green color box. Please help.Thanks in advance.Using this dependency for maps in react native:...
View ArticleSelf signed certificate not working on xcode simulator (using react native...
I've applied all the changes in info.plist. I've also installed certificate on simulator, but no luck.Still getting the error: Blockquote "code": -1202, "description": "The certificate for this server...
View ArticleIs it possible to upload a video to YouTube through React Native?
I'm currently attempting to create an app that allows users to upload to Youtube. The app also allows users to view this playlist. I know that the latter function is easily implemented, but I have not...
View Articlecompiler-generated crash in Swift in my react-native app
My healthkit swift code keeps crashing in the background in production, and I can't figure it out for the life of me. I am fairly new to Swift, so maybe I am making a fundamental error in my...
View ArticleHow to dynamically disable gestureEnabled in React Navigation?
I'm currently using React Navigation 5.x and I have a modal that swipes downward to close and it has ScrollView on it. The problem is, since the content can be scrolled by gesturing downward, the modal...
View ArticleIssue with rotating image while saving in React Native
Actual Behaviour :I am supposed to implement signature pad in landscape-right mode along with a timestamp of signature drawn. Then take a screenshot of the view, and save it in document directory (iOS)...
View ArticleXcode getting iOS development signing certificate and no account build error
While trying to build my react-native app it is failing with errors:Error starts at: appname_rnative_app_Test 3 issues1) No account for team "johndoecompany@gmail.com". Add a new account in the...
View Article