mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 13:23:12 +08:00 
			
		
		
		
	v10.14.0
This commit is contained in:
		| @@ -20,7 +20,7 @@ | |||||||
|     "react-native-camera-kit": "^14.0.0-beta15", |     "react-native-camera-kit": "^14.0.0-beta15", | ||||||
|     "react-native-paper": "^5.12.1", |     "react-native-paper": "^5.12.1", | ||||||
|     "react-native-safe-area-context": "^4.8.2", |     "react-native-safe-area-context": "^4.8.2", | ||||||
|     "react-native-update": "^10.11.3", |     "react-native-update": "^10.14.0", | ||||||
|     "react-native-vector-icons": "^10.0.3" |     "react-native-vector-icons": "^10.0.3" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|   | |||||||
| @@ -191,6 +191,7 @@ const styles = StyleSheet.create({ | |||||||
|  |  | ||||||
| const pushyClient = new Pushy({ | const pushyClient = new Pushy({ | ||||||
|   appKey, |   appKey, | ||||||
|  |   debug: true, | ||||||
| }); | }); | ||||||
|  |  | ||||||
| export default function Root() { | export default function Root() { | ||||||
|   | |||||||
| @@ -6236,10 +6236,10 @@ react-native-safe-area-context@^4.8.2: | |||||||
|   resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.8.2.tgz#e6b3d8acf3c6afcb4b5db03a97f9c37df7668f65" |   resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.8.2.tgz#e6b3d8acf3c6afcb4b5db03a97f9c37df7668f65" | ||||||
|   integrity sha512-ffUOv8BJQ6RqO3nLml5gxJ6ab3EestPiyWekxdzO/1MQ7NF8fW1Mzh1C5QE9yq573Xefnc7FuzGXjtesZGv7cQ== |   integrity sha512-ffUOv8BJQ6RqO3nLml5gxJ6ab3EestPiyWekxdzO/1MQ7NF8fW1Mzh1C5QE9yq573Xefnc7FuzGXjtesZGv7cQ== | ||||||
|  |  | ||||||
| react-native-update@^10.11.3: | react-native-update@^10.14.0: | ||||||
|   version "10.11.3" |   version "10.14.0" | ||||||
|   resolved "https://registry.yarnpkg.com/react-native-update/-/react-native-update-10.11.3.tgz#5fa44fdd12514eb5e7901a5d664f00fd082d6774" |   resolved "https://registry.yarnpkg.com/react-native-update/-/react-native-update-10.14.0.tgz#9c1316484e34ce70981cc33a32f2334a61701c5b" | ||||||
|   integrity sha512-adI3sly0yFt1DfaPqICJ9VwzUoa/XAngv/N7SnICkLxO3jgccBgy0OrXDBxRn43Zeumdq40Z+ADTE5qrY4BWAw== |   integrity sha512-51QnVUqJeOKzAjy1oaCxEmZi6QI0IQjOm1mtCTF0ZQqUJ0+0yH/Vj4/QRDg4xluvbV/64sWTTsBUB/3nykBYRg== | ||||||
|   dependencies: |   dependencies: | ||||||
|     nanoid "^3.3.3" |     nanoid "^3.3.3" | ||||||
|     react-native-url-polyfill "^2.0.0" |     react-native-url-polyfill "^2.0.0" | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "react-native-update", |   "name": "react-native-update", | ||||||
|   "version": "10.13.2", |   "version": "10.14.0", | ||||||
|   "description": "react-native hot update", |   "description": "react-native hot update", | ||||||
|   "main": "src/index", |   "main": "src/index", | ||||||
|   "scripts": { |   "scripts": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm