Using a simple cocoapod for image previews in React Native
(These instructions assume that you already have ReactNative and CocoaPods set up on your machine)
- Read the blog post linked above
- Clone the repo to your computer
cdinto theRNImagePreviewdirectory and runnpm installcdinto theiosdirectory and runpod install- Open the
RNImagePreview.xcworkspacefile (or if you have the awesomeopen_pod_baygem installed you can just typepod open) - Press
CMD+Ror click the run button in XCode to build and run the project