Skip to content

Commit 0b12868

Browse files
committed
unlink react-native-onesignal from android app
1 parent a515bdc commit 0b12868

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ dependencies {
199199
compile project(':react-native-linear-gradient')
200200
compile project(':react-native-maps')
201201
compile project(':react-native-network-info')
202-
compile project(':react-native-onesignal')
203202
compile project(':react-native-restart')
204203
compile project(':react-native-vector-icons')
205204
// this is for react-native itself

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import com.facebook.react.ReactPackage;
1818
import com.facebook.react.shell.MainReactPackage;
1919
import com.facebook.soloader.SoLoader;
20-
import com.geektime.rnonesignalandroid.ReactNativeOneSignalPackage;
2120
import com.github.droibit.android.reactnative.customtabs.CustomTabsPackage;
2221
import com.idehub.GoogleAnalyticsBridge.GoogleAnalyticsBridgePackage;
2322
import com.learnium.RNDeviceInfo.RNDeviceInfo;
@@ -50,7 +49,6 @@ protected List<ReactPackage> getPackages() {
5049
new KeychainPackage(),
5150
new LinearGradientPackage(),
5251
new MapsPackage(),
53-
new ReactNativeOneSignalPackage(),
5452
new ReactNativeRestartPackage(),
5553
new RNDeviceInfo(),
5654
new RNNetworkInfoPackage(),

android/settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../
2929
include ':react-native-network-info'
3030
project(':react-native-network-info').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-network-info/android')
3131

32-
include ':react-native-onesignal'
33-
project(':react-native-onesignal').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-onesignal/android')
34-
3532
include ':react-native-restart'
3633
project(':react-native-restart').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-restart/android')
3734

0 commit comments

Comments
 (0)