Start the app correctly

This commit is contained in:
Diego Mello 2020-03-12 16:46:54 -03:00
parent 399948156c
commit 518e56379d
10 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="chat.rocket.reactnative">
package="chat.rocket.whitelabel">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />

View File

@ -1,4 +1,4 @@
package chat.rocket.reactnative;
package chat.rocket.whitelabel;
import android.app.Notification;
import android.app.NotificationChannel;

View File

@ -1,4 +1,4 @@
package chat.rocket.reactnative;
package chat.rocket.whitelabel;
import android.content.BroadcastReceiver;
import android.content.Context;

View File

@ -1,4 +1,4 @@
package chat.rocket.reactnative;
package chat.rocket.whitelabel;
import android.content.SharedPreferences;

View File

@ -1,4 +1,4 @@
package chat.rocket.reactnative;
package chat.rocket.whitelabel;
import com.facebook.react.ReactActivityDelegate;
import com.facebook.react.ReactRootView;

View File

@ -1,4 +1,4 @@
package chat.rocket.reactnative;
package chat.rocket.whitelabel;
import android.app.Application;
import android.content.Context;
@ -13,7 +13,7 @@ import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.soloader.SoLoader;
import chat.rocket.reactnative.generated.BasePackageList;
import chat.rocket.whitelabel.generated.BasePackageList;
import org.unimodules.adapters.react.ModuleRegistryAdapter;
import org.unimodules.adapters.react.ReactModuleRegistryProvider;

View File

@ -1,4 +1,4 @@
package chat.rocket.reactnative;
package chat.rocket.whitelabel;
import android.app.Notification;
import android.app.NotificationChannel;

View File

@ -1,4 +1,4 @@
package chat.rocket.reactnative.generated;
package chat.rocket.whitelabel.generated;
import java.util.Arrays;
import java.util.List;

View File

@ -1,4 +1,4 @@
package chat.rocket.reactnative.share;
package chat.rocket.whitelabel.share;
import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate;

View File

@ -1,6 +1,6 @@
package chat.rocket.reactnative.share;
package chat.rocket.whitelabel.share;
import chat.rocket.reactnative.BuildConfig;
import chat.rocket.whitelabel.BuildConfig;
import chat.rocket.SharePackage;