React Native Mapbox gl Initial Center Coordinates
So I am trying to set my initial center coordinates for mapbox so they are not 0,0. On the api it says mapbox expects a prop of initialCenterCoordinate object Optional Initial latitude/longitude the...
View ArticleUMModuleRegistryAdapter.h not found when running React Native app in iOS...
I have a simple React Native app that I've been testing on Android and now want to test on iOS. It's using React Navigation.I ran npm run ios but I'm getting the following error:info In file included...
View ArticleIs it possible to get BLE Mac of own device in React-Native(iOS&Android)?
I need to get my own device's MAC address which I thought should be really simple but after some research it seems likely impossible. Any one had any experience on this before? I need to get the BLE...
View ArticleReact Native app not running in XCode iOS simulator
I try to make my first steps using React Native. Development for Android (on Windows host) works. Now I wanted to test iOS, and tried to set up a development environment on a MacBook Pro. Problem:...
View ArticleReact Native create new phone settings
Is there any way or maybe an existing library/package that would allow me to create settings for my app accessible from the phone settings?the goal of this is to change endpoints during testing similar...
View Articleboost-react-native library error on iOS in react-native-shopify library
I have used react-native-shopify library and it is using boost-react-native.So I am getting error on iOS buildI have tried to add header search path, but is not working.Thanks!
View ArticleHow to play Youtube videos using Expo
I am trying to use the react-native-youtube component in my expo project. However, I couldn't get it to work. All I have so far is a black screen with red borders. I tried following the video...
View ArticleShould I move to Flutter? [closed]
I am a junior React Native developer, and I got 3 projects e-commerse with deadlines. It's very comfortable to write in javascript but I still face some issues on React Native that make me feel...
View ArticleThe appearance of a new language in textinput
After updating ios to 13.4.1, there was a problem with the fact that only my app displays two English languages when textinput is active. The previous version did not have this problem. enter image...
View ArticleCompressing the size of React Native apps
Can someone please specify me the procedures for compressing the app size built on react native.I referred to many pages on google, hackernoon, and medium but they were too good for me to...
View ArticlePod install not working in react-native mac os catalina 10.15
Error: System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directoryin mac os catalina
View ArticleNetwork thread crash
I'm developing an application which uses a custom SDK to initiate a 1 to 1 video call, I implemented the SDK natively on iOS using swift & it worked properly, however, when I made a native module...
View Articlewhat's this weird : JSON Parse error: Unexpected identifier "Tunnel"
i was trying to fetch some data from the server to display in the react native app. it was worked before but i don't know what happened after, i added a console.log in the catch of fetch.. it showing...
View Articleinclude firebase dynamic links for iOS in react-native
i try to include dynamic links in my react-native applicationi installed @react-native-firebase/dynamic-links and listening in the app for open linksdynamicLinks().onLink(link => {...
View ArticleMissing realm constructor react native ios but realm is linked
Keep getting the Missing Realm Constructor error and have tried everything from the Realm documentation on this common issue to relinking with rnpm link realm which tells me they're already linked....
View ArticleBuilding a ci/cd pipeline for react-native ios app: How to run expo build in...
I am helping set up a gitlab ci pipeline for a react-native application that was developed with expo. Here is my gitlab-ci.yml:image: node/aplinecache: key: ${CI_COMMIT_REF_SLUG} paths: - ~/.npmstages:...
View ArticleForcing onLayout on React Native view
I have a React Native View containing a Text field, and I'm using the onLayout prop to do some positional calculations which rely on the data it provides.<View...
View ArticleHow to choose between native application development and other platforms like...
There are native development languages and IDE's if android and Ios are available, where we can develop any kind of application but why are there other technologies like react native and flutter to...
View ArticleReact native bind scrollview for auto hide header with refreshcontroll and...
I am using react native(0.61) to build an app with scroll view on home screen. i have to implement header bar with auto hide and need to add refresh and infinite scroll (Like Facebook Timeline). so i...
View ArticleReact-Native How to implement dark mode?
Hi there, I want to implement dark mode to my app. I have a file named ColorSchemes.js where is defined base theme and dark theme. So how could i implement theming baset on this file. I want to make...
View Article