react-native-touchable-action 1.0.4 → 1.0.7

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ npm install --save react-native-touchable-action
11
11
  or
12
12
 
13
13
  ```
14
- yarn add --save react-native-touchable-action
14
+ yarn add react-native-touchable-action
15
15
  ```
16
16
 
17
17
  ---
@@ -25,11 +25,11 @@ yarn add --save react-native-touchable-action
25
25
  ##
26
26
 
27
27
  #### Basic Usage
28
+
29
+ > To position your floating action, use the React Native style prop
28
30
  ```
29
31
  import FloatingActionButton from 'react-native-touchable-action';
30
32
  ```
31
-
32
- > To position your floating action, use the React Native style prop
33
33
  ```
34
34
  <FloatingActionButton
35
35
  IconSource='Ionicons'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-touchable-action",
3
- "version": "1.0.4",
3
+ "version": "1.0.7",
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",