UNPKG
@areslabs/alita-core
Version:
alpha (2.3.1-alpha.1)
beta (2.2.4-beta.0)
latest (2.6.4)
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.1
2.5.0
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.1-alpha.1
2.3.1-alpha.0
2.2.4
2.2.4-beta.0
2.2.3
2.2.2
2.2.1
2.2.1-beta.0
2.2.0
2.2.0-beta.0
2.1.1
2.1.0
2.1.0-beta.2
2.1.0-beta.1
2.1.0-beta.0
alita-core
@areslabs/alita-core
/
rn-typescript-template
/
index.js
5 lines
(4 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
import
{
AppRegistry
}
from
'react-native'
;
import
App
from
'./src/index'
;
import
{name
as
appName}
from
'./app.json'
;
AppRegistry
.
registerComponent
(appName,
() =>
App
);