git ssb

1+

Rômulo Alves / dat-react-native



Tree: e7a281942d7ba07122d3b8d738ef13d3b128ea0e

Files: e7a281942d7ba07122d3b8d738ef13d3b128ea0e / android / app / src / main / java / com / datreactnative / MainActivity.java

373 bytesRaw
1package com.datreactnative;
2
3import com.facebook.react.ReactActivity;
4
5public class MainActivity extends ReactActivity {
6
7 /**
8 * Returns the name of the main component registered from JavaScript.
9 * This is used to schedule rendering of the component.
10 */
11 @Override
12 protected String getMainComponentName() {
13 return "datReactNative";
14 }
15}
16

Built with git-ssb-web