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.
Files changed (2) hide show
  1. package/README.md +4 -12
  2. 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
- ## 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
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
- #### Import and code in your floating action button
10
+ or
19
11
 
20
- https://user-images.githubusercontent.com/6395465/138800685-8761f2b2-d6ea-45e4-8f06-c857905ba7cc.mov
12
+ > yarn add --save react-native-touchable-action
21
13
 
22
14
  ---
23
15
 
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.1",
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",