15 packages
react-native-battery-status-ios
A react-native interface for getting the battery status on an ios device.
react-native-check-file-exists-ios
A react-native interface for checking if a file exists in the app documents directory. Returns yes or no.
react-native-control-flashlight-ios
A react-native interface for controlling an ios device's flashlight. Can be on or off.
react-native-control-screen-sleep-ios
A react-native interface for controlling the screen sleep mode. Can be on, off, or toggled.
react-native-create-new-file-ios
A react-native interface for creating a blank new file on ios. File must not already exist.
react-native-file-upload-to-server-ios
A react-native interface for uploading a file in the app documents directory to an external server.
react-native-play-audio-ios
A react-native interface for controlling audio on an ios device. Play, stop, and pause.
react-native-record-audio-ios
A react-native interface for recording audio on an ios device. Supports .caf, .m4a, and .wav files.
react-native-select-contact-address-ios
A react-native interface for selecting a contact and returning an address. Uses async promises (ios8 or higher only).
react-native-select-contact-android
A react-native module for tapping on a contact and returning a name, email, and phone.
react-native-select-contact-birthday-ios
A react-native interface for selecting a contact and returning a birthday. Uses async promises (ios8 or higher only).
react-native-select-contact-email-ios
A react-native interface for selecting a contact and returning an email. Uses async promises (ios8 or higher only).
react-native-select-contact-name-ios
A react-native interface for selecting a contact and returning a name. Uses async promises (ios8 or higher only).
react-native-select-contact-phone-ios
A react-native interface for selecting a contact and returning a phone number. Uses async promises (ios8 or higher only).
react-native-sms-android
A react-native module for sending a sms message to a phone number.