Make React Native FlatList item on center always active
Hello! I triyng to complete the functionality displayed on pinned image. I have done this with FlatList's onScroll event, but it change value to slow, active item not always at the middle. Is this some...
View ArticleIos Build error - Couldn't write Gemfile.lock - Expo React Native
I'm getting an error while trying build and pa or ios appThis is what happens in the terminalI select Yes I have an apple id, but even if I say no I get this errorThis happened after I fill type my...
View Article[iOS][ReactNative] Undefined symbols for architecture armv7 when building for...
EnvironmentDevelopment OS: MacOSDevice OS & Version: Xcode 10.2.1 (10E1001)Version: react-viro: 2.15.0 & react-native: 0.60.4DescriptionI cannot compile my application it throws this error:ld:...
View ArticleCould not connect to development server. Error while running
I have tried to restart the server with npm start, npx react-native run-ios, npx react-native start. Those commands don't work for me. Help me out to run this project its a project created with npx...
View ArticleExpo: How to run `expo upload:ios` from specific --release-channel?
I have an iOS app made with expo SDK 36 and I use Debian 11.For this reason, I use:expo build:ios for building the .ipa in the expo CI server. <= run from linuxexpo upload:ios for publishing my...
View ArticleAndroid and ios folders missing in react native app
I created a react native app using expo init and I choose the blank (Typescript) template. Now I want to extract an apk but in the documentation, there is something to configure which is in the android...
View ArticleHow can i initialize server as client just one time in react native?
render(){ const { wifi } = this.state; /*const client = TcpSocket.createConnection({ port: 80, host: '192.168.4.100', tls: false, interface: 'wifi', //localAddress: '192.168.4.101', }, () => {...
View ArticleFirebase user merge Apple account into existing one
I'm developing an app with react native(0.61.5) and I'm trying to implement several log in using react-native-firebase/auth(6.3.4)For the log in with apple I use react-native-apple-authentication it's...
View ArticleHow to submit a year-end self classification report to the US government?
If you are making use of ATS or making a call to HTTPS, you are required to submit a year-end self classification report to the US government. Learn MoreIt seems I need to submit something to the US...
View ArticleOpenCV: Get transformation matrix without camera calibration
I am building a React Native app that uses OpenCV under the hood. What I want to do is project an image over the phone's camera feed onto a frame. I have the four points to calculate...
View ArticleHow i can access NSUserDefault of iOS project in to react native?
I created one project in iOS swift and created few screens in swift, now i want to use this screens in to react native so i need to access swift NSUserDefault in to react native for persistant session...
View ArticleReact Native textAlign:'justify' not working in RTL
I used following style for justify my text, but it is working fine in ltr but not working in rtlstyle={{marginTop:20,fontSize: 16, textAlign:'justify'}}
View ArticleReact Native fill transparent part of icon
I'm using a youtube icon from: https://github.com/oblador/react-native-vector-iconsThe one I'm using is "logo-youtube" from Ionicons and I want the middle play triangle (which is transparent) to be...
View ArticleHow to display svg, png, jpeg images in React-native?
I used <Image> tag to display images in my project, but it's not displaying the svg images on the iOS, so i used <SvgUri> from the react-native-svg instead of <Image>, but now if i...
View ArticleApp Store - Help answering "Missing Compliance" (using Expo + Firebase)
I'm publishing my app to App Store and I have doubts regarding the "Missing Compliance" step.Here's some info about the app:I used Expo (Managed workflow). That means I don't have direct access to...
View ArticleReact Native app rejected on AppStore, apparently fails on launch
I'm about to publish my first ever app on the AppStore, but am facing some issues. A few days ago, my first build was rejected because it crashed on launch. However, I have been unable to reproduce it...
View ArticleHow to implement radio button in React Native
I am converting React code to React Native. So I need to implement radio buttons.
View Articlemaking app that works on ios, android using play framewrok and react
I am building a streaming platform and io want it to work on web and mobile (ios, android) so I want to know if I can make that using play framework and react, would be good cause I also thought of...
View ArticleHow do you set up a bare workflow react native project?
I'm new in the field and when while reading the documentation it says that the difference between bare and managed workflow is the expo-cl command to initialize the project with.But when I open the...
View ArticleReact Native iOS simulator "Connect to Metro to Develop Javascript"
I'm running a react native app and constantly running into the issue of the app not connecting to the code to do automatic updates.Things I've tried:Reloading main.jsbundle via the following command:...
View Article