Skip to content

Commit

Permalink
fix: Fix cxxModuleCMakeListsPath path on CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Apr 30, 2024
1 parent 4b3d8a4 commit a77d2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
*/
android: {
cxxModuleCMakeListsModuleName: 'react-native-mmkv',
cxxModuleCMakeListsPath: `${__dirname}/android/CMakeLists.txt`,
cxxModuleCMakeListsPath: 'CMakeLists.txt',
cxxModuleHeaderName: 'NativeMmkvModule',
},
},
Expand Down

0 comments on commit a77d2d6

Please sign in to comment.