v5.0.0-rc1 does not autolink
See original GitHub issueIssue
Using this commit works well with autolinking “react-native-app-auth”: “git+https://git@github.com/FormidableLabs/react-native-app-auth.git#f16014431f5c7470a8404b9f1e26bfd08ea6e72c”
But using
“react-native-app-auth”: “v5.0.0-rc1”,
does not
there is no react-native-app-auth.podspec
in our node_modules, see image above
Environment
- Your Identity Provider: v5.0.0-rc1
- Platform that you’re experiencing the issue on: iOS
- Are you using Expo? No
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Revision history - None - snapshot ... - the Software Heritage archive
Given that the native device has no ID, it is not possible to track the native device between events anyway (even the pointer...
Read more >Pipelines · fix: rebuild iOS structure to build in master (#725 ... - GitLab
fix: rebuild iOS structure to build in master (#725). * fix: QRcode not showing up * fix: cleanup installing flipper pods * fix:...
Read more >Makefile · Gitee 极速下载/mattermost - Gitee.com
We need current user's UID for `run-haserver` so docker compose does not run server ... PLUGIN_PACKAGES += mattermost-plugin-autolink-v1.2.2.
Read more >digitaldaz/mattermost-server ... - Direct VoIP
This can be reworked once https://github.com/docker/for-linux/issues/264 is ... [ -x "$$(command -v golangci-lint)" ]; then \; echo "golangci-lint is not ...
Read more >2013-July.txt - Mailing Lists - The Qt Project
For example, "Qt QML" and "QtQml" are different pages and developers may not know the difference. (could be an autolink issue) -Can we...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released in v5.0.0-rc2 🌟
@danfri86 the downside of your approach is that it doesn’t fit in in the build automatisation process. The easiest way to solve this issue would be publishing new npm package (next rc), with podscpec file put in place, as after testing rc-1 it looks like it works quite well otherwise.