UNPKG
react-native-flextool
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.4
FLEX meets react-native
github.com/choongjoey/react-native-flextool
choongjoey/react-native-flextool
react-native-flextool
/
index.js
7 lines
(4 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
NativeModules
}
from
'react-native'
;
const
{
RNFlipboardFlex
} =
NativeModules
;
const
RNFlipboardFlexFallback
=
require
(
'./default'
).
default
;
export
default
RNFlipboardFlex
||
RNFlipboardFlexFallback
;