Skip to content

Commit

Permalink
fix: Use __dirname until latest RC with patch is out
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Mar 27, 2024
1 parent 0615dba commit c462b3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react-native.config.js
Expand Up @@ -12,8 +12,7 @@ module.exports = {
*/
android: {
cxxModuleCMakeListsModuleName: 'react-native-mmkv',
cxxModuleCMakeListsPath:
'/Users/mrousavy/Projects/react-native-mmkv/android/CMakeLists.txt',
cxxModuleCMakeListsPath: `${__dirname}/android/CMakeLists.txt`,
cxxModuleHeaderName: 'NativeMmkvModule',
},
},
Expand Down

0 comments on commit c462b3c

Please sign in to comment.