UNPKG
react-native-sliding-up-down-panel-galesburg
Version:
latest (1.0.0)
1.0.0
Sliding up and sliding down panels for android and ios | react native
react-native-sliding-up-down-panel-galesburg
/
Example
/
index.js
5 lines
(3 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
import
{
AppRegistry
}
from
'react-native'
;
import
App
from
'./App'
;
AppRegistry
.
registerComponent
(
'Example'
,
() =>
App
);