Questions tagged as 'expo'

1
answer

What are the real differences in creating a project with Expo and without Expo

Recently I saw several items that differentiated the 2, but currently the Expo , is very advanced, many things we needed to move in native modules, example, SQLite , Image manipulation, Camera, Splash Screens etc .. can already be ma...
asked by 14.05.2018 / 14:26
0
answers

How to run an Expokit project on a mobile / emulator for development?

I had a project done in Expo, but I deployed it using Expokit, which creates the / android folders and / ios, I can generate the apk however I can not emulate on my mobile for development. The command I use to build apk is gradlew assembleRel...
asked by 04.12.2018 / 18:33
0
answers

Warning message in the expo app

When executing the code below in the expo app, it works however with the following warning message: Warning: Failed child context type: Invalid child context virtualizedCell.cellKey of type number supplied to CellRenderer , e...
asked by 26.11.2018 / 02:08
1
answer

How to authenticate in Firebase through Google using Expo (react native)?

I have a web application in firebase, but I'm using it in the development of an android / ios application using Expo. I want authentication to be done by Google, but it happens that because it was created as a web, it asks for ID and secret key...
asked by 12.11.2018 / 13:59
0
answers

Error in testing Reac Native Code (Expo)

I do not know how to solve this problem: My index.js /** Criando o Entry Point da pasta src */ import React from 'react'; import Routes from './routes'; const App = () => <Routes />; export default App;     
asked by 29.10.2018 / 23:53
1
answer

Error starting project with React Native Expo

I have version 8.12.0 of NodeJS installed in Debian 9, so I installed the Expo with the command npm install -g expo-cli , which in the end returned the following alerts: IgnoringthisIcreatedaprojectwiththecommandexpoinitNomeProjeto.Sofarev...
asked by 28.10.2018 / 16:59
1
answer

How to generate APK from an ExpoKit project?

I was with an Expo project, but due to the need to apply payment methods, I had to eject the project to have the / android and / or ios folders to edit them directly. I decided to use react-native-iap, so I went for an ExpoKit project, as it is...
asked by 03.12.2018 / 03:28