Skip to content

Commit ddc30aa

Browse files
authored
docs(README, expo): Add steps to enable Apple Sign-in with Expo (#351)
1 parent 8702b44 commit ddc30aa

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,20 @@ yarn add @invertase/react-native-apple-authentication
4444

4545
You will not have to manually link this module as it supports React Native auto-linking.
4646

47-
**Note: if you using Expo, you may need to run `npx expo prebuild` first**
47+
### Expo usage
48+
49+
To enable the Sign In with Apple capability in your app, set the ios.usesAppleSignIn property to true in your project's app config:
50+
```json
51+
{
52+
"expo": {
53+
"ios": {
54+
"usesAppleSignIn": true
55+
}
56+
}
57+
}
58+
```
59+
60+
You may also need to run `npx expo prebuild`.
4861

4962
## Usage
5063

0 commit comments

Comments
 (0)