1.0.0 • Published 7 years ago

react-native-action-sheet-module v1.0.0

Weekly downloads
1
License
GNU General Publi...
Repository
github
Last release
7 years ago

react-native-action-sheet-module

ReactNative RNActionSheet extended Version 1.0.0

Installation

npm install --save react-native-action-sheet-module
react-native link react-native-action-sheet-module

Usage

// Import
import ShareModule from 'react-native-action-sheet-module';

This package exists to replace Share for iOS. It fixes some bugs. Original documentation

Fixes

  • Sharing image as base64. Facebook Messenger didn't except NSData, it does accept a UIImage