Fresh init React Native Build has CompileSwiftSources normal x86_64...
Recently, Apple released Xcode to version 12, and after update from 11.7 to 12.0.1 all of the React Native applications cannot build on a simulator, even a fresh initialized React Native project on a...
View ArticleIOS build warning: the transform cache was reset
I am getting this build warning from my React Native project in Xcodewarning: the transform cache was reset.Hope someone can help me get rid of it!Thanks in advance.
View ArticleProblem uploading react native app to apple store with transporter
We have recently had a problem uploading an react native update of an app to the apple store with transporter.To upload we:Run expo build:ios in the project directory to get an IPA fileWe then upload...
View ArticleReact Native back end frameworks or languages for android and ios
Is there any solution in React Native to implement back end of the application right in the app(not in cloud) for offline functioning in both android and iOS with the same code.
View ArticleCard Game - How to develop a Mobile and Web app?
I am looking to build a mobile application for both Android and IOS. The app, in essence, will be a card game (similar to UNO - players around a table, each playing its own set of cards each round,...
View ArticleWhy if I run npm install using react-native "0.63.2" build the libraries with...
I try to run a react-native project in Xcode and I use cocoapods for entities but I have some problems with the libraries in xcode, all the libraries have color red, that's mean that files there aren't...
View ArticleHow can I use DropDown List in Expo React-Native?
I have been facing a problem with react native and expo as I cannot find a dropdown list component for form input. How can I do that without ejecting from expo?
View ArticleReact-native, cant run project. Error: 'GoogleUtilities/GULLoggerLevel.h'...
Firstly i cant understand why people use this technology, as for me native apps more better) So i have old project and i need to run this project. Simple task, but i have spent 3 days and still...
View ArticleReact Native - sometimes app freezes when opened from background
Recently I noticed some strange bug in my IOS app (on Android I did not see that problem so far). When the release mode is installed on my real device (the same problem happens even with production app...
View ArticleHow to prevent auto launch "react-native run" after xcode build launch?
I want to build different .ipa bundles from different projects on build machine.Server will clone branch, run some scripts/static analyzers etc. And in the end it will run xcodebuild.By default in the...
View ArticleReact-Native error ld: library not found for -lBVLinearGradient
Installed 'react-native-lienar-gradient' library in my new react-native project.Added pod 'BVLinearGradient', :path => '../node_modules/react-native-linear-gradient' in PodfilePerformed pod install...
View ArticleCan not run react-native app in Xcode emulator
Since new Xcode version was released, I have been having some issues launching my app. First I could not use my terminal to run the app in iOS devices, but by searching and trying some solution, that...
View ArticleHow to install react-native-track-player
I tried to install the react-native-track-player in a bare (just react-native init) App.Afteryarn add react-native-track-playeryarn add react-native-swiftcd iospod instalI got the message:[!] CocoaPods...
View ArticleHow to animate header with an image with react-native?
Is that possible to make animate profile Image exactly as telegram profile animation with react-native?const realWidth = height > width ? width : height;const headerMaxHeight = realWidth;const...
View ArticleAudio background mode not working with react-native-track-player
I'm currently use react-native-track-player version 1.1.8 to stream audio from Internet.It works fine (react-native version 0.61.4)I would like now to use it in background mode, to be able to continue...
View ArticleReact native track player fails to add songs to playlist
I am working on a music player in react native and have been using the package react-native-track-player. I have so far not had a problem with the package in android. but when I try to run it on ios I...
View ArticlePlay .m4a by remote url in iOS with react-native-track-player
I'm trying to use react-native-track-player library in my project for both ios and android and I faced a problem. All my files(remote URLs) are .m4a and they're playing just fine on android but the...
View ArticleXcode 12 - No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active...
Since I update Xcode to Xcode 12, I've got this error when I build :Check dependenciesNo architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=arm64e armv7s arm64 arm7)I...
View ArticleReact Native LayoutAnimation scale doesn't work on android
I am using react-native's LayoutAnimation custom component with maps. On ios animation works properly, but not on android. I'm changing component heightconst HeightAnimation = {duration: 200,create: {...
View ArticleCommand CompileC failed with a nonzero exit code
when I make archive in Xcode im getting Command CompileC failed with a nonzero exit code errorI have code in react native.
View Article