pehkay
pehkay
Under the android folder, CMakeLists.txt The include directories needs to be updated to: ``` include_directories( "../../../node_modules/react-native-quick-base64/cpp" ) ```
> Is that Expo-specific? > > If you have properly installed RNQC deps, there should be a RNQB64 folder in `node_modules` one directory up from `./android`, not three (i.e. in...
I noticed that the other INCLUDES are not being included (is it only in Window environment)? I will suggest to change to below or something equivalent ... (as I am...
> Can you throw together a PR, please? I'll pull it down and test from my side, and see if this improves our build story. https://github.com/margelo/react-native-quick-crypto/pull/297
> @pehkay can you pull the branch from #303 and try that instead of your PR? @shamilovtim helped me find what is hopefully the original culprit and a good fix...
> > arguments are causing error in gradle build (windows) > > [This SO article](https://stackoverflow.com/questions/62349972/whats-the-syntax-of-making-a-string-value-generic-inside-something-executestrin) seems to show that it looks correct. Maybe add a `println "nodeModules: ${nodeModules}"` line somewhere...
In my case, it was the re-rendering issue when the index passed in to the renderItem component sometimes could be undefined or not was expected.
Hmm, rotating it, will also cause this issue.
I noticed this effect too.
Maybe check if the setState is setting undesired value e.g undefined?