UNPKG
rn-base-components
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Easy to create a component
github.com/haphunguyen/rn-base-components
haphunguyen/rn-base-components
rn-base-components
/
src
/
coreComponents
/
index.js
7 lines
(6 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
AppButton
from
'./AppButton'
import
AppView
from
'./AppView'
export
default
{
AppButton
,
AppView
, }