File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src/main/java/app/akiles/reactnativeexample
ios/AkilesExample.xcodeproj Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ android {
7777 buildToolsVersion rootProject. ext. buildToolsVersion
7878 compileSdk rootProject. ext. compileSdkVersion
7979
80- namespace " akilesreactnative.example "
80+ namespace " app.akiles.reactnativeexample "
8181 defaultConfig {
82- applicationId " akilesreactnative.example "
82+ applicationId " app.akiles.reactnativeexample "
8383 minSdkVersion rootProject. ext. minSdkVersion
8484 targetSdkVersion rootProject. ext. targetSdkVersion
8585 versionCode 1
Original file line number Diff line number Diff line change 1- package akilesreactnative.example
1+ package app.akiles.reactnativeexample
22
33import com.facebook.react.ReactActivity
44import com.facebook.react.ReactActivityDelegate
Original file line number Diff line number Diff line change 1- package akilesreactnative.example
1+ package app.akiles.reactnativeexample
22
33import android.app.Application
44import com.facebook.react.PackageList
Original file line number Diff line number Diff line change 11pluginManagement { includeBuild(" ../node_modules/@react-native/gradle-plugin" ) }
22plugins { id(" com.facebook.react.settings" ) }
33extensions. configure(com.facebook.react.ReactSettingsExtension ){ ex -> ex. autolinkLibrariesFromCommand() }
4- rootProject. name = ' akilesreactnative.example '
4+ rootProject. name = ' app.akiles.reactnativeexample '
55include ' :app'
66includeBuild(' ../node_modules/@react-native/gradle-plugin' )
Original file line number Diff line number Diff line change 282282 "-ObjC",
283283 "-lc++",
284284 );
285- PRODUCT_BUNDLE_IDENTIFIER = akilesreactnative.example ;
285+ PRODUCT_BUNDLE_IDENTIFIER = app.akiles.reactnativeexample ;
286286 PRODUCT_NAME = AkilesExample;
287287 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
288288 SWIFT_VERSION = 5.0;
You can’t perform that action at this time.
0 commit comments