Skip to content

vforvasile/rn-photos-framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked repo

!!! Fork from original https://github.com/olofd/react-native-photos-framework repo

Warning

In latest IOS versions (13.4+) the library acts strange if @react-native-community/cameraroll is linked

Use at your own risk!

Works on

RN 0.60+

Updated instructions:

npm i --save rn-photos-framework

Automatic:

react-native link rn-photos-framework and remove Android linking afterwards

Manual: Add to your Podfile in ios/Podfile:

pod 'rn-photos-framework', :path => '../node_modules/rn-photos-framework'

Import

import RNPhotosFramework from 'rn-photos-framework';

Original documentation and examples: Guide

PR's are welcome

About

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 81.6%
  • JavaScript 18.2%
  • Ruby 0.2%