Error with linking
See original GitHub issueI had to manually link it to <appRoot>MainApplication.java
import com.apsl.versionnumber.RNVersionNumberPackage; <-- add this
@Override
protected List<ReactPackage> getPackages() {
return Arrays.<ReactPackage>asList(
new RNVersionNumberPackage(), <-- add this
new MainReactPackage()
);
}
`
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Error with linking accounts - Microsoft Q&A
I get an error when i try to link a work account to my personal microsoft acocunt ... Linking Microsoft accounts is no...
Read more >Error Link - Apollo GraphQL Docs
An error is passed as a networkError if a link further down the chain called the error callback on the observable. In most...
Read more >Linking error vs. compilation error - c++ - Stack Overflow
For a function during compile time you can have multiple definitions but confusion arises only during linking so it complains during linking.
Read more >Troubleshoot common Firebase linking errors - Google Help
Expand the sections below to learn more about the errors you may encounter when linking your AdMob app(s) to Firebase. Expand all Collaps....
Read more >"Account Linking Failed" - Bethesda.net Error FIX - YouTube
"Account linking failed. Please retry or contact Customer Support for assistance."1. After Logging Into bethesda.net Go ...
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
What I meant was, the normal
react-native link
did link thesettings.gradle
andbuild.gradle
properly, but it DID NOT process theMainApplication.java
for some reason.Did same thing still getting undefined in build number and all 3 in ios