react-native-touchable-action 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +8 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,22 +2,17 @@
2
2
 
3
3
  ###### A simple floating action button component for any React Native project using Expo
4
4
 
5
- ## How to use
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
-
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
- ---
7
+ ```
8
+ npm install --save react-native-touchable-action
9
+ ```
17
10
 
18
- #### Import and code in your floating action button
11
+ or
19
12
 
20
- https://user-images.githubusercontent.com/6395465/138800685-8761f2b2-d6ea-45e4-8f06-c857905ba7cc.mov
13
+ ```
14
+ yarn add --save react-native-touchable-action
15
+ ```
21
16
 
22
17
  ---
23
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-touchable-action",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A simple floating action button component for any React Native project using Expo",
5
5
  "main": "FloatingActionButton.js",
6
6
  "author": "Eric Cartagena",