Skip to content

Commit

Permalink
fix: pressable path for native
Browse files Browse the repository at this point in the history
  • Loading branch information
jpudysz committed Dec 13, 2024
1 parent 2d5d0ae commit 23cc9e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion components/native/Pressable/package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"main": "../../../lib/commonjs/components/native/Pressable.js"
"main": "../../../lib/commonjs/components/native/Pressable.js",
"react-native": "../../../lib/commonjs/components/native/Pressable.native.js"
}
10 changes: 5 additions & 5 deletions expo-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4439,7 +4439,7 @@ __metadata:
react-dom: 18.3.1
react-native: 0.76.2
react-native-edge-to-edge: 1.1.2
react-native-nitro-modules: 0.18.1
react-native-nitro-modules: 0.18.2
react-native-safe-area-context: 4.14.0
react-native-screens: 4.1.0
react-native-web: 0.19.13
Expand Down Expand Up @@ -7531,13 +7531,13 @@ __metadata:
languageName: node
linkType: hard

"react-native-nitro-modules@npm:0.18.1":
version: 0.18.1
resolution: "react-native-nitro-modules@npm:0.18.1"
"react-native-nitro-modules@npm:0.18.2":
version: 0.18.2
resolution: "react-native-nitro-modules@npm:0.18.2"
peerDependencies:
react: "*"
react-native: "*"
checksum: 641dd59674e1b0658ef5e66655f71596053dfe179f437f487ad65e95ce44ef8c70c0fdbe6098cb18c1e1f4eb71ec18bb1b7a59e09adeef9ed42552d3517bbc6c
checksum: 2ab3804e5a1129a63afe4a6581d7ca880a8846f7a7ff87a0cd835efad7efbde897dd452aab406074952f7ad7fc1ec0b437105cfef731c40ab158353befc8bfaa
languageName: node
linkType: hard

Expand Down

0 comments on commit 23cc9e0

Please sign in to comment.