Closed hajajmaor closed 1 year ago
I created a new clean project using the same component and the same bundle id, works fine!!
Great! So this module works? What exactly is the actionable item here? Are you going to propose a PR or ? I'm confused.
The same component works fine in a new project with the same configuration. I have this issue on my project with all of the deps I copied to the issue, and I can't figure out why it happens:
iOS Bundling failed 811ms
error: SyntaxError: /Users/user/projects/project_something/node_modules/@invertase/react-native-apple-authentication/lib/index.d.ts: Missing initializer in const declaration. (121:30)
119 | Type: typeof AppleButtonType;
120 | Style: typeof AppleButtonStyle;
> 121 | } & React.FC<AppleButtonProps>;
| ^
122 |
123 |
124 | /** iOS */
Expo project. Xcode was configured, and the
sign in with apple
capability was added.Error:
package.json - changed private values:
Apple component:
I created a new clean project using the same component and the same bundle id, works fine!!