This website requires JavaScript.
Explore
Help
Register
Sign In
carrot_bbs
/
frontend
Watch
3
Star
0
Fork
0
You've already forked frontend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
81ee9ba75b85d7101ef8cea70d8f476596f3999e
frontend
/
assets
/
icon.png
2194 lines
522 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial frontend repository commit. Include app source and update .gitignore to exclude local release artifacts and signing files. Made-with: Cursor
2026-03-09 21:29:03 +08:00
<EFBFBD>
PNG
build(metro): add web shims for native React Native API compatibility Add Metro configuration to resolve native-only React Native APIs with web-compatible shims. This enables packages like react-native-pager-view to work on the web platform by providing shim implementations for codegenNativeComponent, codegenNativeCommands, and CodegenTypes that are unavailable in react-native-web. Also simplify Android signing configuration in CI by using standard Gradle property names (MYAPP_UPLOAD_*) and remove the build.gradle patching step.
2026-04-22 20:17:38 +08:00