UNPKG
react-native-my-first-lib
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
## Getting started
react-native-my-first-lib
/
index.js
7 lines
(4 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
NativeModules
}
from
'react-native'
;
import
ExampleComponent
from
'./ExampleComponent'
const
{
RNMyFirstLib
} =
NativeModules
;
export
{
ExampleComponent
,
RNMyFirstLib
}