Skip to content

Commit

Permalink
chore(upgrade): rename package import example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Marra authored and JuanSeBestia committed Mar 14, 2024
1 parent 198d166 commit c898178
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/RNWifiReborn/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdk rootProject.ext.compileSdkVersion

namespace "com.RNWifiReborn"
namespace "com.rnwifireborn"
defaultConfig {
applicationId "com.RNWifiReborn"
applicationId "com.rnwifireborn"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.RNWifiReborn
package com.rnwifireborn

import com.facebook.react.ReactActivity
import com.facebook.react.ReactActivityDelegate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.RNWifiReborn
package com.rnwifireborn

import android.app.Application
import com.facebook.react.PackageList
Expand Down
1 change: 1 addition & 0 deletions example/with-expo/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { Disconnect } from './components/Disconnect';

const askLocationPermission = async () => {
const res = await requestForegroundPermissionsAsync();
// ˆ? res: { status: 'granted' | 'denied' | 'undetermined' }
console.log(res);
};

Expand Down

0 comments on commit c898178

Please sign in to comment.