Skip to content

Commit

Permalink
Updated to version v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
honey-cometchat committed Apr 9, 2024
1 parent dfe5b99 commit 442d624
Show file tree
Hide file tree
Showing 5 changed files with 15,997 additions and 7,311 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ local.properties
# node.js
#
node_modules/
package-lock.json # include if you are using npm - don't use both yarn and npm
npm-debug.log
yarn-error.log
yarn.lock # include if you are using yarn - don't use both npm and yarn
Expand Down Expand Up @@ -90,7 +89,6 @@ example/development2
example/development
# Build file for local testing
cometchat-pro-react-native-ui-kit-1.0.0.tgz
package-lock.json
Pods
.idea
.gradle
Expand Down
7 changes: 7 additions & 0 deletions android/app/src/main/java/com/demosampleapp/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
import com.facebook.react.ReactActivityDelegate;
import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint;
import com.facebook.react.defaults.DefaultReactActivityDelegate;
import android.os.Bundle;

public class MainActivity extends ReactActivity {

//react-native-screens override
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(null);
}

/**
* Returns the name of the main component registered from JavaScript. This is used to schedule
* rendering of the component.
Expand Down
Loading

0 comments on commit 442d624

Please sign in to comment.