Skip to content

Commit 234f927

Browse files
authored
Merge pull request #40 from patrickkabwe/fix/autolinking-issue
fix: ship NitroText headers with npm package
2 parents a13b394 + 325a3d9 commit 234f927

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/core
3838
- SocketRocket
3939
- Yoga
40-
- NitroText (0.1.2):
40+
- NitroText (1.0.0):
4141
- boost
4242
- DoubleConversion
4343
- fast_float
@@ -2644,7 +2644,7 @@ SPEC CHECKSUMS:
26442644
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
26452645
hermes-engine: 35c763d57c9832d0eef764316ca1c4d043581394
26462646
NitroModules: 7d693306799405ca141ef5c24efc0936f20a09c0
2647-
NitroText: 6c4079dd11adc232c62db7689de7c3c45908103d
2647+
NitroText: 6f8d073c7867fcf5749eac74a0690be4d58371cf
26482648
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
26492649
RCTDeprecation: c0ed3249a97243002615517dff789bf4666cf585
26502650
RCTRequired: 58719f5124f9267b5f9649c08bf23d9aea845b23

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"android/CMakeLists.txt",
3333
"android/src",
3434
"ios/**/*.h",
35+
"ios/**/*.hpp",
3536
"ios/**/*.m",
3637
"ios/**/*.mm",
3738
"ios/**/*.cpp",

0 commit comments

Comments
 (0)