Commit 1908e9b Sathesh Rangasamy
committed
1 parent 6e020e2 commit 1908e9b Copy full SHA for 1908e9b
File tree 2 files changed +8
-4
lines changed
java/com/rndiffapp/brownfield
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
<uses-permission android : name =" android.permission.INTERNET" />
5
5
<!-- android:name=".bootstrapinbuilt.MainApplication"-->
6
6
<application
7
- android : name =" .MainReactNativeApplication"
7
+ android : name =" .brownfield. MainReactNativeApplication"
8
8
android : allowBackup =" false"
9
9
android : icon =" @mipmap/ic_launcher"
10
10
android : label =" @string/app_name"
31
31
android : exported =" false" />
32
32
<activity
33
33
android : name =" .officialdocs.ReactNativeActivity"
34
- android : exported =" false" />
34
+ android : exported =" true" >
35
+ <!-- <intent-filter>-->
36
+ <!-- <action android:name="android.intent.action.MAIN" />-->
37
+ <!-- <category android:name="android.intent.category.LAUNCHER" />-->
38
+ <!-- </intent-filter>-->
39
+ </activity >
35
40
</application >
36
41
37
42
</manifest >
Original file line number Diff line number Diff line change 1
- package com.rndiffapp
1
+ package com.rndiffapp.brownfield
2
2
3
3
import android.app.Application
4
4
import android.util.Log
5
5
import com.facebook.react.ReactApplication
6
6
import com.facebook.react.ReactNativeHost
7
7
import com.facebook.react.PackageList
8
- import com.rndiffapp.brownfield.ReactNativeBrownfield
9
8
10
9
11
10
class MainReactNativeApplication : Application (), ReactApplication {
You can’t perform that action at this time.
0 commit comments