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