Top "Expo" questions

Expo is an open-source and free platform that lets web developers build truly native apps that work across both iOS and Android by writing them once in just JavaScript.

use create-react-native-app without expo-cli

I have set up create-react-native-app as said in the react native docs. If my project name is proj, according to …

react-native expo create-react-native-app
How to reduce the size of an expo/react-native app on Android

I am developing a small dictionary app by using react native with expo. As I am compiling to Apk file. …

react-native react-native-android expo
Converting Existing React Native Projects to Expo

I'm considering building mobile apps in React Native using Expo and I noticed under FAQ that existing React Native projects …

react-native expo
How can I upload a photo with Expo?

I'm making an app with Expo and want to let the user take a photo or pick one from their …

react-native exponentjs expo
What is the difference between Expo CLI and React Native CLI?

React Native provides two way to create Project. First: npm install -g expo-cli Second: npm install -g react-native-cli so what …

react-native expo react-native-cli
Module RCTEventEmitter is not a registered callable module (calling receiveTouches)

When i try to run the app after some changes i get this error. What i'm doing wrong ? Module RCTEventEmitter …

javascript react-native expo
react native link using expo?

How can I use react-native link or How can I link a third party library manually in IOS and Android …

javascript react-native expo exponentjs
EXPO: Unable to resolve module ‘./debugger

After a reload my app has stopped loading. I have tried on both emulators and 2 real devives, android and ios. …

react-native expo
Expo LAN configuration doesn't work for New ReactNative Project

I have seen similar questions on Stackoverflow but none sorted the problem. I have just created new ReactNative project from …

react-native react-native-android expo
Warning : Failed child context type: Invalid child context 'virtualizedCell.cellKey' of type 'number' supplied to 'CellRenderer', expected 'string'

I updgraded from react 16.2 -> 16.3-alpha-1 and react-native 0.52->0.54 and I get the warning above in the simulator.

ios reactjs react-native expo