Update to 2.1.5 breaks my project.
See original GitHub issueWhen we upgrade to 2.1.5 and above from an older version of native-base, there are multiple build errors. This is happening because we have removed the unused fonts from the package #900.
If you’ve not many any changes to native code:
Deleting the android/ios directories and running react-native upgrade
fixes it.
Otherwise
Unlinking vector-icons and cleaning the build should fix it.
Steps
react-native link
Issue Analytics
- State:
- Created 6 years ago
- Reactions:40
- Comments:17 (7 by maintainers)
Top Results From Across the Web
IllegalAccessError upgrading project to AS2022.2.1.5 ...
Following error occures when upgrading my project from AS2022.2.1.4 -> AS2022.2.1.5. FAILURE: Build failed with an exception.
Read more >This project is targeting a version of .NET which is not installed.
I noticed that there was an update to VS 2022, so I applied the update with the VS Installer. I am now at...
Read more >Detected package downgrade: Microsoft.NETCore.App from ...
I was unable to build the project and getting build error with Detected package downgrade: Microsoft.AspNetCore.Razor.Design from 2.2.0 to 2.1.0 ...
Read more >package\:beta\:version\:create is breaking the sfdx-project.json ...
and I'm not seeing a dependencies section generated in the sfdx-project.json file. I'm seeing updates to the packageDirectories with the new ...
Read more >Updates won't work and crash the site - WordPress.org
After everyone was deactivated, it was still broken. ... When I clicked to try and update the two plugins again, it crashed again....
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 Free
Top 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
你好, 我在执行过
react-native upgrade
npm install
react-native link
之后,在模拟器上运行app时, 我得到了这样一个错误,Bundling
index.android.js100.0% (989/989), done.
Opening /xxxxxxx/node_modules/native-base/dist/src/index.js with code spawn code ENOENT
有什么解决思路吗?I just removed the references from the project but now I have a different issue … seems like everytime I upgrade there is a problem in native-base :\