File tree 5 files changed +15997
-7311
lines changed
android/app/src/main/java/com/demosampleapp
5 files changed +15997
-7311
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ local.properties
39
39
# node.js
40
40
#
41
41
node_modules /
42
- package-lock.json # include if you are using npm - don't use both yarn and npm
43
42
npm-debug.log
44
43
yarn-error.log
45
44
yarn.lock # include if you are using yarn - don't use both npm and yarn
@@ -90,7 +89,6 @@ example/development2
90
89
example /development
91
90
# Build file for local testing
92
91
cometchat-pro-react-native-ui-kit-1.0.0.tgz
93
- package-lock.json
94
92
Pods
95
93
.idea
96
94
.gradle
Original file line number Diff line number Diff line change 4
4
import com .facebook .react .ReactActivityDelegate ;
5
5
import com .facebook .react .defaults .DefaultNewArchitectureEntryPoint ;
6
6
import com .facebook .react .defaults .DefaultReactActivityDelegate ;
7
+ import android .os .Bundle ;
7
8
8
9
public class MainActivity extends ReactActivity {
9
10
11
+ //react-native-screens override
12
+ @ Override
13
+ protected void onCreate (Bundle savedInstanceState ) {
14
+ super .onCreate (null );
15
+ }
16
+
10
17
/**
11
18
* Returns the name of the main component registered from JavaScript. This is used to schedule
12
19
* rendering of the component.
You can’t perform that action at this time.
0 commit comments