Skip to content

Commit c094385

Browse files
author
user142513
committed
debugged Realm, updated screens, removed unused screens, added new address save to Realm
1 parent ef6c53a commit c094385

File tree

188 files changed

+285
-12474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+285
-12474
lines changed

android/app/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ android {
138138

139139
dependencies {
140140
compile project(':react-native-vector-icons')
141-
compile project(':react-native-fs')
142141
compile project(':react-native-camera')
143142
compile project(':realm')
144143
compile fileTree(dir: "libs", include: ["*.jar"])

android/app/src/main/java/com/phoreios/MainApplication.java

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import com.facebook.react.ReactApplication;
66
import com.oblador.vectoricons.VectorIconsPackage;
7-
import com.rnfs.RNFSPackage;
87
import org.reactnative.camera.RNCameraPackage;
98
import io.realm.react.RealmReactPackage;
109
import com.facebook.react.ReactNativeHost;
@@ -28,7 +27,6 @@ protected List<ReactPackage> getPackages() {
2827
return Arrays.<ReactPackage>asList(
2928
new MainReactPackage(),
3029
new VectorIconsPackage(),
31-
new RNFSPackage(),
3230
new RNCameraPackage(),
3331
new RealmReactPackage()
3432
);

android/settings.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
rootProject.name = 'PhoreiOS'
22
include ':react-native-vector-icons'
33
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
4-
include ':react-native-fs'
5-
project(':react-native-fs').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fs/android')
64
include ':react-native-camera'
75
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')
86
include ':realm'

ios/PhoreiOS.xcodeproj/project.pbxproj

+35-54
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)