Browse Source

fix(package name): c from ospoddutta to neops

master
farhantock 4 months ago
parent
commit
f91605cffe
  1. 4
      android/app/build.gradle
  2. 12
      android/app/google-services.json
  3. 2
      android/app/src/debug/java/com/reactnativeapp/ReactNativeFlipper.java
  4. 4
      android/app/src/main/java/com/integrasiautama/ospodduta/MainActivity.java
  5. 2
      android/app/src/main/java/com/integrasiautama/ospodduta/MainApplication.java
  6. 2
      android/app/src/release/java/com/integrasiautama/ospodduta/ReactNativeFlipper.java
  7. 2
      android/settings.gradle
  8. 4
      app.json
  9. 4
      ios/Podfile
  10. 2
      ios/reactNativeApp/AppDelegate.mm
  11. 6
      package-lock.json
  12. 4
      package.json

4
android/app/build.gradle

@ -74,9 +74,9 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
namespace "com.integrasiautama.ospodduta"
namespace "com.integrasiautama.neops"
defaultConfig {
applicationId "com.integrasiautama.ospodduta"
applicationId "com.integrasiautama.neops"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1

12
android/app/google-services.json

@ -1,21 +1,21 @@
{
"project_info": {
"project_number": "559972964608",
"project_id": "ospod-75cfc",
"storage_bucket": "ospod-75cfc.appspot.com"
"project_number": "1036273729589",
"project_id": "neops-ffc69",
"storage_bucket": "neops-ffc69.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:559972964608:android:323753ca755a1830eabbe5",
"mobilesdk_app_id": "1:1036273729589:android:fa0dad48d3a3d62ab6b17c",
"android_client_info": {
"package_name": "com.integrasiautama.ospodduta"
"package_name": "com.integrasiautama.neops"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyCiZKTYlAM8GjKUkubjy2nm05aGBj1cghU"
"current_key": "AIzaSyAP3PRO5SJa3EeGv3tY0FSfrxQfXg5NSMw"
}
],
"services": {

2
android/app/src/debug/java/com/reactnativeapp/ReactNativeFlipper.java

@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.integrasiautama.ospodduta;
package com.integrasiautama.neops;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;

4
android/app/src/main/java/com/integrasiautama/ospodduta/MainActivity.java

@ -1,4 +1,4 @@
package com.integrasiautama.ospodduta;
package com.integrasiautama.neops;
import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate;
@ -13,7 +13,7 @@ public class MainActivity extends ReactActivity {
*/
@Override
protected String getMainComponentName() {
return "ospodduta";
return "neops";
}
/**

2
android/app/src/main/java/com/integrasiautama/ospodduta/MainApplication.java

@ -1,4 +1,4 @@
package com.integrasiautama.ospodduta;
package com.integrasiautama.neops;
import android.app.Application;
import com.facebook.react.PackageList;

2
android/app/src/release/java/com/integrasiautama/ospodduta/ReactNativeFlipper.java

@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.integrasiautama.ospodduta;
package com.integrasiautama.neops;
import android.content.Context;
import com.facebook.react.ReactInstanceManager;

2
android/settings.gradle

@ -1,4 +1,4 @@
rootProject.name = 'ospodduta'
rootProject.name = 'neops'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')

4
app.json

@ -1,4 +1,4 @@
{
"name": "ospodduta",
"displayName": "OSPOD"
"name": "neops",
"displayName": "neops"
}

4
ios/Podfile

@ -25,7 +25,7 @@ if linkage != nil
use_frameworks! :linkage => linkage.to_sym
end
target 'ospodduta' do
target 'neops' do
config = use_native_modules!
# Flags change depending on the env values.
@ -45,7 +45,7 @@ target 'ospodduta' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
target 'ospoddutaTests' do
target 'neopsTests' do
inherit! :complete
# Pods for testing
end

2
ios/reactNativeApp/AppDelegate.mm

@ -6,7 +6,7 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.moduleName = @"ospodduta";
self.moduleName = @"neops";
// You can add your custom initial props in the dictionary below.
// They will be passed down to the ViewController used by React Native.
self.initialProps = @{};

6
package-lock.json generated

@ -1,11 +1,11 @@
{
"name": "ospodduta",
"name": "neops",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ospodduta",
"name": "neops",
"version": "1.0.0",
"dependencies": {
"@expo/html-elements": "latest",
@ -27783,4 +27783,4 @@
"integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q=="
}
}
}
}

4
package.json

@ -1,5 +1,5 @@
{
"name": "ospodduta",
"name": "neops",
"version": "1.0.0",
"private": true,
"scripts": {
@ -87,4 +87,4 @@
"engines": {
"node": ">=16"
}
}
}
Loading…
Cancel
Save