UNPKG
react-native-npm-tool
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
a test npm tool
react-native-npm-tool
/
index.js
8 lines
(4 loc)
•
140 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
Tool
from
'./ToolJs'
import
{
NativeModules
}
from
'react-native'
;
const
{
RNReactNativeNpmTool
} =
NativeModules
;
export
{
Tool
};