mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 08:13:28 +08:00
Upgrade lib and demo projects to RN 0.51
This commit is contained in:
@@ -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
1
example/android/send_notif.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
from urllib2 import *
|
||||
import json
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user