ndk
ndk copied to clipboard
NDK 2.10.1 causing the app to crash in production
I have an app that uses ReactJS as a framework, when building the project, it builds normally, however, when deployed, it causes the app to crash, reverting to 2.10.0 seems to fix the problem tho, it seems when the app gets bundled the NDK might have a loose end somehow that causes the bundled files to crash in production.
I have the similar problem with 2.10.1 when I build the project with Next.js framework.
error: ReferenceError: _NDKNutzap is not defined
I try use 2.10.0 but the problem persists.
Same issue here in my next.js app
fyi this seems to be fixed in 2.12.0