Skip to content

Commit 02409d5

Browse files
Merge pull request #92 from Runjuu/patch-1
Update README.md
2 parents 7984a81 + 140d45b commit 02409d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ The setup requires a little bit more work. I will try to describe as detail as p
112112

113113
- 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**
114114

115+
> If your project entry is `index.js` instead of `index.ios.js` then needs to replace `@"index.ios"` with `@"index"`
116+
115117
```objective-c
116118
#import <Foundation/Foundation.h>
117119
#import "ReactNativeShareExtension.h"

0 commit comments

Comments
 (0)