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.
- package/README.md +3 -3
- 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
|
|
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