react-native-touchable-action 1.0.5 → 1.0.8

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
@@ -25,11 +25,11 @@ yarn add 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'
@@ -304,4 +304,4 @@ shaded={true}
304
304
 
305
305
  ## License
306
306
 
307
- react-native-touchable-action is under the **MIT License**. See bundled <a href='https://github.com/cartagenae/react-native-floating-action-button/blob/main/LICENSE' alt='license file'>**LICENSE**</a> file for details.
307
+ react-native-touchable-action is under the **MIT License**. See bundled <a href='https://github.com/cartagenae/react-native-touchable-action/blob/main/LICENSE' alt='license file'>**LICENSE**</a> file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-touchable-action",
3
- "version": "1.0.5",
3
+ "version": "1.0.8",
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",