Skip to content

Commit

Permalink
Merge pull request #92 from Runjuu/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AndrewHenderson authored Nov 9, 2018
2 parents 7984a81 + 140d45b commit 02409d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ The setup requires a little bit more work. I will try to describe as detail as p

- Now go back to your extension file (in my case `MyShareEx.m`) and paste the following code there **being sure to substitute `MyShareEx` in all three places for whatever you chose above**

> If your project entry is `index.js` instead of `index.ios.js` then needs to replace `@"index.ios"` with `@"index"`
```objective-c
#import <Foundation/Foundation.h>
#import "ReactNativeShareExtension.h"
Expand Down

0 comments on commit 02409d5

Please sign in to comment.