fixes to make registration work on iOS (#232), other iOS fixes

Former-commit-id: cdebb4c312
This commit is contained in:
alwxndr
2016-09-22 13:55:28 +03:00
parent 23dfab5c3a
commit 7279f2bc19
67 changed files with 540 additions and 489 deletions
@@ -20,7 +20,7 @@ import com.github.yamill.orientation.OrientationPackage;
import com.rnfs.RNFSPackage;
import com.aakashns.reactnativedialogs.ReactNativeDialogsPackage;
import fr.bamlab.rnimageresizer.ImageResizerPackage;
import com.reactnative.picker.PickerPackage;
import com.reactnative.ivpusic.imagepicker.PickerPackage;
import com.github.alinz.reactnativewebviewbridge.WebViewBridgePackage;
import java.util.Arrays;
@@ -53,7 +53,6 @@ public class MainApplication extends Application implements ReactApplication {
new ImageResizerPackage(),
new PickerPackage(),
new WebViewBridgePackage()
);
}
};