React-Native TextInput with focus but without keyboard showing
I'm developing an inventory system for my father's company and on of its requisites is to be able to use an external Barcode/QR Code scanner. I've developed everything using the camera as well, but I...
View Articlereact native splash screen get 'React/RCTBridgeModule.h' file not found
I started a new react native application using :react-native init myApplication I started with splash screen so i used this library react native spalsh screenI linked the library to generate native...
View ArticleMetro bundler errors when using module-resolver
I've created a project using expo typescript template. Running on iOS and Android. No web. I then set up path alias in tsconfig.json as follows: "paths": { "@models/*": ["./src/models/*"],...
View Articlealarm in react native?
I'm making a reminder app in react native and i'm at the point where i want an alarm (just normal alarm on the phone) When im search on google for this, I just see that people suggest calendar events...
View ArticleReact Native PDF Signature
I’m trying to implement a pdf digital signature component for a react-native app.I am using react-native-pdf for rendering the pdf on the screen and react-native-draggable for dragging the signature on...
View ArticleDyld Error Message:dyld_sim is not compatible with the loaded process, likely...
I am building a react native iOS app.I have to submit simulator build to facebook in order to review my app (my app isn't live yet).I am using following commands to generate the simulator...
View Articlereact native - payment with PayPal v2/orders
I am implementing PayPal in React Native, following the documentation for PayPal Payments v2 APIHere is the step by step of my checkout:Use https://api.sandbox.paypal.com/v1/oauth2/token to get...
View ArticleViewPager and GooglePlacesAutocomplete don't work together in React Native...
I have a GooglePlacesAutocomplete component inside a ViewPager component, but apparently they're not working well together for iOS.It works fine with Android.In this code, it pretty much loops through...
View ArticleRevenuecat React-Native iPad Purchases.purchasePackage - promise not settling
using"react": "16.9.0", "react-native": "0.61.5", "react-native-purchases": "^3.0.6", We're having a problem on an 11" iPad running through testflight on iOS version 13.3.1. Everything works on all...
View ArticleHow to building React Native App using WebRtc
Thank you for your help in advance.I want to make a new WebRtc mobile application for video calling using react native, i checked many articles but not getting exact information how to start. Can any...
View ArticleHow to get/set the iOS "preferred language" from a RN app?
We are developing a React Native app supporting three languages. For various reasons, we must have specific language selection logic in the app and a language selector within the app.In iOS 13 there is...
View ArticleConfigurations Facebook Login for iOS - React Native?
I'm using react-native-fbsdk For Facebook Login, I just follow the guide to Configure my app but after building my app I see this error, I'm trying to clean my build project then re-build/re-install...
View Articlewhat is best image editor module or sdk in react native
I am going to make react native app for image edit. But I don't know which is best module or sdk. Such as crop, zoom in and out, rotate, sticky, brush, text, ... .... I hope your advance.
View ArticleIs having different iOS bundle ID from android package name bad?
What are the downsides of different android package name and iOS bundle ID in React Native?
View ArticleI need to test my React Native app (Ejected from Expo as Bare Workflow) on my...
This is purely for educational purposes, I am not planning to launch it to App Store at all as it is just a project I'm working on for College. I was using Expo managed workflow earlier but had to...
View ArticleiOS app fails to build in fastlane but works in Xcode
I'm building a React Native app and am using Fastlane to manage my signing, building and deployment. I'm trying to build an ad-hoc package but each time I run the build using Fastlane gym, I get an...
View Articlereact-native-google-places-autocomplete not working on React native 0.61
I have added react-native-google-places-autocomplete with yarn in my react-native cli project but it is not working. Here are the issues I am facing at the moment.the places drop down is not showing up...
View ArticleiOS 13 React Native Onesignal Device ID is always null on real device
I am learning how to send and receive a push notification from react-native iOS with one signal. But I can't get a device ID from the one signal. It says error.I did OneSignal.setLogLevel(6, 0). So the...
View ArticleExpoKit: "Native Module cannot be null" error after installing...
I'm currently running an Expo app that was recently ejected to ExpoKit. It has been working as expected up until I installed expo-in-app-purchases from...
View ArticleWhich one should I choose Swift or React Native?
I would like to build a simple TODO mobil app, but I can't choose between Swift and React Native. Now I just want to create an iOS app, maybe later I will create an Android version.My question is,...
View Article