UNPKG
gitiumiota
Version:
latest (1.0.0-alpha.1)
1.0.0-alpha.1
IOTA Client Reference Implementation
github.com/iotaledger/iota.lib.js
iotaledger/iota.lib.js
gitiumiota
/
examples
/
mobile
/
index.js
8 lines
(5 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/**
@format
*/
import
{
AppRegistry
}
from
'react-native'
import
App
from
'./App'
import
{ name
as
appName }
from
'./app.json'
AppRegistry
.
registerComponent
(appName,
() =>
App
)