Which way to develop a social media app. React Native vs Flutter vs Native...
I am trying to develop a mobile-only social media app. I’m trying to decide the most optimal way to build it. My target audience, teenagers, have mostly iPhones - 70-80 percent of them. I was thinking,...
View ArticleReact Native Launch/Splash Screen best practices?
I hope everyone is safe during these times. I have been working on React-Native for quite some time now and I still seem to be facing issues with the launch and splash screen.As per my requirements I...
View ArticleHow can I display a launch/splash screen in a react-native app without using...
I am currently in the process of meeting Apple's updated developer guidelines for a React Native mobile app. The hangup for me has been with using a storyboard for the launch screen.OverviewThe...
View ArticleStyling problems with QRCodeScanner tag
I am using React Native and having styling problems with an imported tag, QRCodeScanner. I do not know how to style the background around it and the scanner itself. Where do I change the...
View ArticleBuild additional target in Xcode: Error 'React/RCTBridgeDelegate.h' file not...
Building my React Native app in Xcode 11.3.1 gives me the error:"React/RCTBridgeDelegate.h" file not found in AppDelegate.h only when building an additional target (Release Scheme) directly in Xcode....
View ArticleReact Native - Click item of Flatlist (after searched the list)
I have Flatlist and TextInput as a search bar on ListHeaderComponent.When i filled the TextInput and clicked the item of flatlist (using TouchableOpacity), there is only a keyboard dismiss action, it...
View ArticleReact Native App using Google OAuth shows "This app isn't verified" for some...
We're in the process of publishing our app but coming across an issue with Google OAuth consent screen displaying "This app isn't verified" (we're currently testing on iOS). However it only appears for...
View ArticleCan react-native get data from xcode?
Is JavaScript not vulnerable to security? I am trying to create an app using react-native, but I am wondering how to handle security key cases.Also, can I get the key value stored in xcode from...
View ArticleReact-Native Video/Animation
I have a "animation" with Mapbox, which draws a polyline on the map. I want to share this "drawing animation"/the screen with e.g. Instagram or even just create a video from this animation in general...
View ArticleReact Native passing data in auth fuction
im new in react native and i try to passing data from my login class to a auth function but it dont work.This is my Auth functionfunction auth(username, password)...
View ArticleIn react-navigation, how do I get the dimensions of the visible area between...
const viewableWindowHeight = Dimensions.get('window').height - Header.HEIGHT - ???How do I get the TabBar height?What if the iPhone is X? How can I take that into account?
View ArticleHow can I make a link in a nested Text element accessible in React Native?
Problem: I am trying to make a link accessible on both Android and iOS using React Native. iOS has a rotor when using VoiceOver that has an option to switch between links on the screen which does not...
View ArticleShould I set deployment target to iOS 10 when creating a Service Extension...
I'm following this guide for setting up OneSignal with React Native, and in the section where you create a notification service extension, it says "Unless you have a specific reason not to, you should...
View ArticleThe left expression of the compound assignment is an uninitialized value. The...
When I run the build for my iOS project it throws a logic error: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage.This is being thrown...
View ArticleReact native "'AIRMapCoordinate.h' file not found" error
I stuck with a problem with Xcode. I upgraded one package for my react-native project (react-native-track-player@2.0.0-rc13) and after that when I tried to build the project, it does have problems with...
View ArticleExpo build fails in CI but builds locally (babel-preset-expo has been ignored...
Classic case of it works on my machine. I am building two react-native apps. App A and App B. Both of the applications were bootstrapped using expo. When I run the command to build either app locally...
View ArticleLock an app for a specific person with biometrics
I was wondering if its possible to create an app which can be unlocked by a specific person and only, without being possible to get unlocked by another person.I will try to describe my thoughts in more...
View ArticlePair 2 devices via bluetooth using react native
I'm new to react-native and I need to build an app that can pair 2 devices via Bluetooth. For what I know, to connect 2 devices via Bluetooth, one has to be on central mode and another on peripheral...
View ArticleHow to Trigger app when the app is closed
I have a problem. How can I open the application remotely when the application is closed? I want to do this for incoming calls (without Telecom). You can think like Telegram or Whatsapp. I developed...
View Articleget coordinates of centre screen on call of onRegionChange or...
I am integrating react-native-maps and want coordinates of centre of screen everytime on call of onRegionChange or onRegionChangeComplete (It will show my marker remain fix at centre and my map is...
View Article