refactor(updated package names)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-26 14:21:59 +02:00
parent 9fbd631c7d
commit d878ed5ca9
4 changed files with 4 additions and 4 deletions

View File

@ -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.app;
package com.oppna_skolplattformen_new.app;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;

View File

@ -1,4 +1,4 @@
package com.app;
package com.oppna_skolplattformen_new.app;
import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate;

View File

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

View File

@ -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.app;
package com.oppna_skolplattformen_new.app;
import android.content.Context;
import com.facebook.react.ReactInstanceManager;