Skip to content

Commit 1b08259

Browse files
authored
Update README.md
iOS project compilation note added
1 parent 85a5a38 commit 1b08259

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ cd ..
2222
yarn ios
2323
```
2424

25+
## **For iOS manually swift file linking**
26+
- After done **pod install**.
27+
- Open example -> ios -> ModifierExample.xcworkspace file.
28+
- Expand **Pods** xcode project at left side panel in Xcode.
29+
- Expand **Development Pods** folder, scroll down and exapand **react-native-modifier** library pod files.
30+
- Now drag and drop all .swift files **AppleSignin.swift, AppleSigninButtonManager.swift, AppleSignInManager.swift, CustomEventEmitter.swift and ModifierMultiply.swift** in that folder (react-native-modifier).
31+
- Click on **Create Bridging header file** blue button from the popup after drag and drop swift files.
32+
- Now you can build (cmd+B) and run the project successfully.
33+
2534
## Usage
2635

2736

@@ -73,7 +82,6 @@ const onAppleSigning = useCallback(async () => {
7382
{Platform.OS == 'ios' && (<AppleSigninButton style={styles.appleButtonStyle} />)}
7483
```
7584

76-
7785
## Contributing
7886

7987
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

0 commit comments

Comments
 (0)