How to open/install a config file in iOS
I have a React Native app in Android and iOS. The app downloads a profile configuration file (filename.config) which I download from an API and open which prompts the user to install.On android I...
View ArticleHow to use KeyboardAvoidingView with FlatList?
I have a FlatList component with an Input inside each row. When I select the input I want it to scroll up above the keyboard.My code:return (<KeyboardAvoidingView behavior='padding' style={{ flex: 1...
View ArticleReact-native upgrade associated type errors
I upgraded react-native"react": "16.9.0","react-native": "0.61.4",to"react": "16.11.0","react-native": "0.62.2",I did ala everything react native upgrade helper...
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 Articleshow popup on tabbar button click react native
I'm working on an old project where tabbar is created using the Scene from 'react-native-router-flux'.There are five tabs, currently all are showing a particular class component, Bu my requirement hear...
View ArticleReact Native - "Absolute" position and "zIndex" not working on Android
I'm building a react native app. I have a circular image with text above it which the user can click to go to another page.This works great on iOS, however on Android I can't click. When I inspect on...
View ArticlePicture metadata is lost after using CameraRoll.save
I am using RNCamera to take pictures and write metadata in it , the only problem is that RNCamera saves the pictures in the app cache . so i used react-native-community/cameraroll library to save the...
View ArticleXCode Build for Profiling fails - Where to fix Profile Settings?
I need to know where I can compare Run settings with my Profile settings. I checked Edit Scheme, and it looks the same. Where else can I look?Here's the errors for Profiling, for context. Run and Build...
View ArticleHow to build .ipa for React Native?
I come to React Native development without previous experience in iOS development. I want to build release. .ipa file - ideally from the command line but the official documentation Running On Device is...
View ArticleIs there a unique identifier for and Android and iOS available in React...
I want to know if there is a unique ID for an Android and iOS Device, available in React Native. Also, the ID shouldn't change over app installs and OS install and upgrades. However, if it isn't, which...
View ArticleGet path of a PHAsset coming from CameraRoll iOS with react native
I'm building a video app uploader using react-native.I encounter a problem with file management from cameraroll. I have video inside my camera roll that i want to either play in my app (using...
View ArticleUse font from React Native assets in SwiftUI
Is it possible to access files inside my React Native project in Swift(UI)?Lets say I have a custom font which lives inside my app/assets/fonts folder in React Native. This font is linked so it is...
View ArticleHow can I sync two flatList scroll position in react native
As you can see in the picture above, there is a vertical list of two columns. I have developed two flatLists because I can not style photos with different height on one line with the flatList column...
View ArticleiOS 14 Crash when setting label line break mode, text alignment and text color
I've been using React Native SVG for a project and with the upgrade to iOS 14 I've started to receive a crash on a resizable box. I've tracked the crash down to three assignments in a library but am...
View ArticleiOS 14 TextInput jumping and auto-scrolling on tap (React Native)
New RN build from scratch. Only the code below exists.Xcode version 12.0.1iOS 14RN 0.63.3Scrolling and tapping makes TextInput jump to random places.export default class TextField extends Component {...
View ArticleCustom navigation with Navigator component in React-Native
I’m exploring possibilities of React Native while developing a demo app with custom navigation between views with the help of Navigator component.The main app class renders navigator and inside...
View ArticleMaking animation continuous in react native
Here I am animating an icon but I need it to continuously spin. I am able to get it to spin but it stops. I'm not sure how to change it so that it continuously spins. It will spin for bit but it won't...
View ArticleXcode release build problem Undefined symbol: _OBJC_CLASS_$_FIRAuth
I'm having a problem when I'm trying to build an Xcode project.Project: The project is a solution made it in react native the package.json is:{"name": "test","version": "0.0.1","private":...
View ArticleNotification service extensions not working for iOS with react-native-firebase
I have added the category to my extension info.plist. Also passing the same category in the payload.Added Notification Service extension to react-native project iOS native side.Extension Plist...
View ArticleApple Certificate, Provisioning profile
I am newbie in mobile developso, I am very confusing for many things when upload app in apple store like :certificate, provisioning profile, certificate signing request, identifier, ...can anyone help...
View Article