Skip to content

Commit

Permalink
fix: Use views/ import
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jan 20, 2025
1 parent d974f76 commit 441a032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void J${stateUpdaterName}::updateViewProps(jni::alias_ref<jni::JClass>,
namespace: cxxNamespace,
className: `J${stateUpdaterName}`,
import: {
name: `J${stateUpdaterName}.hpp`,
name: `views/J${stateUpdaterName}.hpp`,
space: 'user',
language: 'c++',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "JHybridBaseSpec.hpp"
#include "JHybridChildSpec.hpp"
#include "JHybridTestViewSpec.hpp"
#include "JHybridTestViewStateUpdater.hpp"
#include "views/JHybridTestViewStateUpdater.hpp"
#include <NitroModules/JNISharedPtr.hpp>
#include <NitroModules/DefaultConstructableObject.hpp>
#include "HybridTestObjectCpp.hpp"
Expand Down

0 comments on commit 441a032

Please sign in to comment.