UNPKG
react-native-btcomp
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
for test node package
react-native-btcomp
/
README.md
23 lines
(13 loc)
•
272 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# What's this =>
Normal Button
# For install this package Run:
npm i react-native-btcomp
# Example
import TouchButton
from
'react-native-btcomp'
;
const
App
=()=>{
render
( <TouchButton title=
"Submit"
onPress={}/> ); };