react-native-community/cli error when using custom template
I’m trying to use my React Native boilerplate using the CLI but every time I try it shows me this error. I don’t know what I need to fix here. It works if I use the react-native@latest init but it will be deprecated. I want to use the react-native-community/cli@latest init.
React Native animation delay
I have the following code:
React Native animation delay
I have the following code:
Default FirebaseApp is not initialized in this process Make sure to call FirebaseApp.initializeApp(Context) first
I’m receiving this weird error even though I’m not using firebase in my react-native project.
React Native multiple projects path problem
I have an app in React native. I have frontend and backend in same parent folder. Firstly, everything worked but now I have a problem with sequelize and SQLite database so I have to use Sequelize methods directly in my app.
So, in a file I have this:
How to I Create A Full Screen Paging Flatlist, When Theres Other Static Elements On Screen?
I’m trying to create a FlatList that will page, in a similiar style to the TikTok scroll feed, however, I have a header at the top of the page, and a navigation bar at the bottom.
How can I update a bundled json file in a react native app locally from the app
I have a react native app that includes translation files in json format.
I have also a backend that serves the latest update of translation files and I merge the local with the remote and use it with i18next.
expo export –platform web registerRootComponent
I am trying build react native using expo
and metro
bundler using the below command
FAILURE: Build failed with an exception. * Where: Script ‘node_modules@react-native-communitycli-platform-androidnative_modules.gradle’ line: 420
when i run npx react-native run-android i have a error that says
Android Bundling failed 14417ms
After i run the expo start i keep running into an error
(Android Bundling failed 14417ms C:UsersKTI – LLCDesktopAirlormet ProjectAirlormetStoreAppnode_modulesexpoAppEntry.js (868 modules)
The package at “node_modulescipher-baseindex.js” attempted to import the Node standard library module “stream”.
It failed because the native React runtime does not include the Node standard library.)