Upgrade lib and demo projects to RN 0.51

This commit is contained in:
Amit Davidi
2018-01-11 14:27:26 +02:00
parent bd4d6b7b48
commit 28a2811766
10 changed files with 264 additions and 196 deletions

View File

@@ -15,7 +15,7 @@ public class MainApplication extends Application implements ReactApplication {
private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
@Override
protected boolean getUseDeveloperSupport() {
public boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}

1
example/android/send_notif.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/python
from urllib2 import *
import json
import sys