Skip to content

Commit

Permalink
💫 Update: RNI_INCLUDE_HEADER Macro
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Dec 16, 2024
1 parent 2e6ba9a commit 025b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNIHeaderUtils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#if __has_include(<react_native_ios_utilities/header>)
#if __has_include(<react_native_ios_utilities/react-native-ios-utilities.h>)
#define RNI_INCLUDE_HEADER(header) <react_native_ios_utilities/header>
#else
#define RNI_INCLUDE_HEADER(header) <react-native-ios-utilities/header>
Expand Down

0 comments on commit 025b258

Please sign in to comment.