Skip to content

Commit

Permalink
chore: android debug
Browse files Browse the repository at this point in the history
  • Loading branch information
1uokun committed Jan 4, 2023
1 parent ecf9940 commit 321a82d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions app.json

This file was deleted.

8 changes: 1 addition & 7 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
/** @format */

import {AppRegistry} from 'react-native';
import App from './rn-kitchen-sink/App';
import {name as appName} from './app.json';

AppRegistry.registerComponent(appName, () => App);
import './rn-kitchen-sink/App'
1 change: 1 addition & 0 deletions rn-kitchen-sink/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ android {

packagingOptions {
pickFirst '**/libfbjni.so'
pickFirst '**/libc++_shared.so'
}
}

Expand Down

0 comments on commit 321a82d

Please sign in to comment.