react-native-touchable-action 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,22 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
###### A simple floating action button component for any React Native project using Expo
|
|
4
4
|
|
|
5
|
-
##
|
|
6
|
-
#### Copy the entire FloatingActionButton.js from this repository
|
|
5
|
+
## Installation
|
|
7
6
|
|
|
8
|
-
https://user-images.githubusercontent.com/6395465/138796848-4c63ddc3-3d40-4780-8b22-5eb0657ac6f4.mov
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
#### Create a FloatingActionButton.js component file and paste it there
|
|
13
|
-
|
|
14
|
-
https://user-images.githubusercontent.com/6395465/138798075-6f9659cd-1f3a-4101-b146-0355a6f595f3.mov
|
|
15
|
-
|
|
16
|
-
---
|
|
8
|
+
> npm install --save react-native-touchable-action
|
|
17
9
|
|
|
18
|
-
|
|
10
|
+
or
|
|
19
11
|
|
|
20
|
-
|
|
12
|
+
> yarn add --save react-native-touchable-action
|
|
21
13
|
|
|
22
14
|
---
|
|
23
15
|
|
package/package.json
CHANGED