Skip to content

Commit

Permalink
feat: 예제앱 react-navigation 추가 및 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
Eumhongin committed Sep 18, 2022
1 parent 0831e9e commit 5875530
Show file tree
Hide file tree
Showing 8 changed files with 846 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
package com.example.reactnativetosspayments;

import android.os.Bundle;
import com.facebook.react.ReactActivity;
import com.facebook.react.ReactActivityDelegate;
import com.facebook.react.ReactRootView;

public class MainActivity extends ReactActivity {

@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 5875530

Please sign in to comment.