A stupid project created by two stupid students.
Where all the components who interact with the user view will be located.
Where the components that interact with user actions will be located.
Where resources, like images, will be located.
Location for configuration files.
Common used items for different components.
Components that are used in others components.
Include here dependencies of node like this
Example dependencie module of node.
npm install -i example
With dependencies installed, run the command:
react-native run-android
for android.
Inserir no diretório android do projeto um arquivo de nome local.properties com a informação:
sdk.dir=/home/username/Android/sdk
ou
sdk.dir=lugar que ta teu sdk
Ir no android studio e selecionar na aba de opções do sdk a utilização de ndk, vai baixar dai e resolve seus problemas.
Baixar o jdk1.8 do site e descompactar em algum lugar do seu disco depois usar o comando:
export JAVA_HOME=localizacao_do_java
Adicionar na pasta dentro do diretório do arquivo android/gradle/wrapper no arquivo gradle-wrapper.properties:
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip