python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Flipper plugins not working with react-native app
I have react-native application in which I am using port 8383 port (I CAN NOT use default port 8081) for metro bundler. While debugging app with Flipper it's showing most of the plugins like Hermes/re...

Manish Mahajan
Votes: 0
Answers: 2
Use custom fonts within expo/Node.js-monorepo with UI Kitten
I am using this monorepo as a base template. I installed UI Kitten based on the instructions in the UI Kitten documentation
cd ./packages/expo
yarn add @ui-kitten/components @eva-design/eva react-nati...
Kruspe
Votes: 0
Answers: 0
react-native "Export statement may only appear at top level" was working fine until cleaning project how do I find out the issue?
I'm only seeing mention of changes in babelrc etc. online for this message. I've tried to remove the dependency that gives me this error and it appears that then next dependency evaluated returns the...

Robel Robel Lingstuyl
Votes: 0
Answers: 1
Cannot find module 'metro/src/lib/TerminalReporter' in expo react-native project
Whenever I try to run npm start to start my project. It throws this error :
Package.json
Any Idea how to get out of this?
I have also tried this:
Deleted node_modules folder and package-lock.json a...
Ibad Shaikh
Votes: 0
Answers: 1