+6
.buckconfig
+16
.eslintrc.js
+61
.gitignore
+7
.prettierrc.js
+1
.ruby-version
+1
.watchmanconfig
+115
App.tsx
+6
Gemfile
+20
README.md
+14
__tests__/App-test.tsx
+55
android/app/_BUCK
+320
android/app/build.gradle
+19
android/app/build_defs.bzl
android/app/debug.keystore
This is a binary file and will not be displayed.
+10
android/app/proguard-rules.pro
+13
android/app/src/debug/AndroidManifest.xml
+73
android/app/src/debug/java/com/app/ReactNativeFlipper.java
+26
android/app/src/main/AndroidManifest.xml
+40
android/app/src/main/java/com/app/MainActivity.java
+91
android/app/src/main/java/com/app/MainApplication.java
+116
android/app/src/main/java/com/app/newarchitecture/MainApplicationReactNativeHost.java
+36
android/app/src/main/java/com/app/newarchitecture/components/MainComponentsRegistry.java
+48
android/app/src/main/java/com/app/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java
+49
android/app/src/main/jni/Android.mk
+24
android/app/src/main/jni/MainApplicationModuleProvider.cpp
+16
android/app/src/main/jni/MainApplicationModuleProvider.h
+45
android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp
+38
android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h
+61
android/app/src/main/jni/MainComponentsRegistry.cpp
+32
android/app/src/main/jni/MainComponentsRegistry.h
+11
android/app/src/main/jni/OnLoad.cpp
+36
android/app/src/main/res/drawable/rn_edit_text_material.xml
android/app/src/main/res/mipmap-hdpi/ic_launcher.png
This is a binary file and will not be displayed.
android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
android/app/src/main/res/mipmap-mdpi/ic_launcher.png
This is a binary file and will not be displayed.
android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
This is a binary file and will not be displayed.
android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
This is a binary file and will not be displayed.
android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
This is a binary file and will not be displayed.
android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
This is a binary file and will not be displayed.
+3
android/app/src/main/res/values/strings.xml
+9
android/app/src/main/res/values/styles.xml
+53
android/build.gradle
+40
android/gradle.properties
android/gradle/wrapper/gradle-wrapper.jar
This is a binary file and will not be displayed.