File tree 4 files changed +5
-4
lines changed
src/main/java/com/rnwifireborn
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ android {
74
74
buildToolsVersion rootProject. ext. buildToolsVersion
75
75
compileSdk rootProject. ext. compileSdkVersion
76
76
77
- namespace " com.RNWifiReborn "
77
+ namespace " com.rnwifireborn "
78
78
defaultConfig {
79
- applicationId " com.RNWifiReborn "
79
+ applicationId " com.rnwifireborn "
80
80
minSdkVersion rootProject. ext. minSdkVersion
81
81
targetSdkVersion rootProject. ext. targetSdkVersion
82
82
versionCode 1
Original file line number Diff line number Diff line change 1
- package com.RNWifiReborn
1
+ package com.rnwifireborn
2
2
3
3
import com.facebook.react.ReactActivity
4
4
import com.facebook.react.ReactActivityDelegate
Original file line number Diff line number Diff line change 1
- package com.RNWifiReborn
1
+ package com.rnwifireborn
2
2
3
3
import android.app.Application
4
4
import com.facebook.react.PackageList
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { Disconnect } from './components/Disconnect';
8
8
9
9
const askLocationPermission = async ( ) => {
10
10
const res = await requestForegroundPermissionsAsync ( ) ;
11
+ // ˆ? res: { status: 'granted' | 'denied' | 'undetermined' }
11
12
console . log ( res ) ;
12
13
} ;
13
14
You can’t perform that action at this time.
0 commit comments