UNPKG
@breeztech/react-native-breez-sdk
Version:
latest (0.8.4-dev1)
0.8.4-dev1
0.8.1-rc3
0.8.1-rc2
0.8.1-rc1
0.8.0
0.7.2
0.7.1
0.6.6
0.6.4
0.6.3-rc2
0.6.3-rc1
0.6.2
0.6.1
0.6.0-rc1
0.5.2
0.5.1-rc6
0.5.1-rc5
0.5.1-rc4
0.5.1-rc3
0.5.1-rc1
0.5.0
0.4.3-rc1
0.4.2-rc3
0.4.2-rc2
0.4.2-rc1
0.4.1
0.4.1-rc2
0.4.0
0.4.0-rc5
0.4.0-rc2
0.4.0-rc1
0.3.9
0.3.8
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.15
0.2.14
0.2.12
0.2.11
0.2.10
0.2.9
0.2.7
0.2.5
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.0
0.0.8
0.0.5
0.0.4
0.0.2
0.0.1
React Native Breez SDK
breez.technology
breez/breez-sdk
@breeztech/react-native-breez-sdk
/
example
/
index.js
10 lines
(7 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@format
*/
import
{
AppRegistry
}
from
'react-native'
;
import
App
from
'./App'
;
import
{name
as
appName}
from
'./app.json'
;
AppRegistry
.
registerComponent
(appName,
() =>
App
);