Skip to content

Commit 9009368

Browse files
committed
build fixes
1 parent 0863c60 commit 9009368

13 files changed

Lines changed: 1013 additions & 329 deletions

INTEGRATION.md

Lines changed: 252 additions & 148 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,17 @@ yarn add react-native-biometric-login
2525
npm install react-native-biometric-login
2626
```
2727

28+
### ⚠️ Important: Codegen Configuration
29+
30+
This library uses React Native's new architecture and requires proper codegen configuration in your consuming app. If you encounter build errors related to missing generated sources, please see the [TROUBLESHOOTING.md](./TROUBLESHOOTING.md) guide.
31+
32+
**Quick fix**: Ensure your consuming app has `codegenEnabled = true` in the React configuration.
33+
34+
**💡 Pro tip**: Run `yarn check-setup` (if you're in this repo) or use the setup check script to verify your configuration. For consuming apps, you can also run `npx react-native-biometric-login verify-setup` to check your setup.
35+
2836
**📖 For detailed integration instructions and troubleshooting, see [INTEGRATION.md](./INTEGRATION.md)**
2937

30-
**🚨 Having build issues when installing via npm? Check [QUICK_FIX.md](./QUICK_FIX.md) for the 3-step solution!**
38+
**🚨 Having build issues when installing via npm? Check [TROUBLESHOOTING.md](./TROUBLESHOOTING.md) for comprehensive solutions!**
3139

3240
### iOS Setup
3341

0 commit comments

Comments
 (0)