@lodev09/react-native-true-sheet 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 lodev09
3
+ Copyright (c) 2025 lodev09
4
4
  Permission is hereby granted, free of charge, to any person obtaining a copy
5
5
  of this software and associated documentation files (the "Software"), to deal
6
6
  in the Software without restriction, including without limitation the rights
@@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
4
4
  folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
5
5
 
6
6
  Pod::Spec.new do |s|
7
- s.name = "react-native-true-sheet"
7
+ s.name = "TrueSheet"
8
8
  s.version = package["version"]
9
9
  s.summary = package["description"]
10
10
  s.homepage = package["homepage"]
@@ -88,7 +88,7 @@ class RootSheetView(private val context: Context?) :
88
88
  return super.onHoverEvent(event)
89
89
  }
90
90
 
91
- override fun onChildStartedNativeGesture(childView: View, ev: MotionEvent) {
91
+ override fun onChildStartedNativeGesture(childView: View?, ev: MotionEvent) {
92
92
  eventDispatcher?.let { eventDispatcher ->
93
93
  jSTouchDispatcher.onChildStartedNativeGesture(ev, eventDispatcher)
94
94
  jSPointerDispatcher?.onChildStartedNativeGesture(childView, ev, eventDispatcher)
@@ -6,6 +6,7 @@
6
6
  // LICENSE file in the root directory of this source tree.
7
7
  //
8
8
 
9
+ #import <React/RCTBridgeModule.h>
9
10
  #import <React/RCTViewManager.h>
10
11
  #import <React/RCTUIManager.h>
11
12
  #import <React/RCTTouchHandler.h>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lodev09/react-native-true-sheet",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "The true native bottom sheet experience for your React Native Apps.",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./lib/commonjs/index.js",
@@ -72,7 +72,6 @@
72
72
  "devDependencies": {
73
73
  "@commitlint/config-conventional": "^17.0.2",
74
74
  "@evilmartians/lefthook": "^1.5.0",
75
- "@react-native-community/cli": "15.0.1",
76
75
  "@react-native/eslint-config": "^0.73.1",
77
76
  "@release-it/conventional-changelog": "^9.0.2",
78
77
  "@types/jest": "^29.5.5",
@@ -84,9 +83,9 @@
84
83
  "eslint-plugin-prettier": "^5.0.1",
85
84
  "jest": "^29.7.0",
86
85
  "prettier": "^3.0.3",
87
- "react": "18.3.1",
88
- "react-native": "0.77.1",
89
- "react-native-builder-bob": "^0.37.0",
86
+ "react": "19.0.0",
87
+ "react-native": "0.78.0",
88
+ "react-native-builder-bob": "^0.36.0",
90
89
  "release-it": "^17.10.0",
91
90
  "turbo": "^1.10.7",
92
91
  "typescript": "^5.2.2"
@@ -198,6 +197,6 @@
198
197
  "create-react-native-library": {
199
198
  "type": "legacy-view",
200
199
  "languages": "kotlin-swift",
201
- "version": "0.47.0"
200
+ "version": "0.48.3"
202
201
  }
203
202
  }