expo-live-activity 0.3.0-alpha4 → 0.4.0-alpha1

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.
Files changed (2) hide show
  1. package/README.md +21 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -285,3 +285,24 @@ The value of each field can be:
285
285
 
286
286
  - a string which maps to an asset name
287
287
  - a URL to remote image - currently, it's possible to use this option only via API, but we plan on to add that feature to push notifications as well. It also requires adding "App Groups" capability to both "main app" and "live activity" targets.
288
+
289
+ ## expo-live-activity is created by Software Mansion
290
+
291
+ [![swm](https://logo.swmansion.com/logo?color=white&variant=desktop&width=150&tag=typegpu-github 'Software Mansion')](https://swmansion.com)
292
+
293
+ Since 2012 [Software Mansion](https://swmansion.com) is a software agency with
294
+ experience in building web and mobile apps. We are Core React Native
295
+ Contributors and experts in dealing with all kinds of React Native issues. We
296
+ can help you build your next dream product –
297
+ [Hire us](https://swmansion.com/contact/projects?utm_source=typegpu&utm_medium=readme).
298
+
299
+ <!-- automd:contributors author="software-mansion" -->
300
+
301
+ Made by [@software-mansion](https://github.com/software-mansion) and
302
+ [community](https://github.com/software-mansion-labs/expo-live-activity/graphs/contributors) 💛
303
+ <br><br>
304
+ <a href="https://github.com/software-mansion-labs/expo-live-activity/graphs/contributors">
305
+ <img src="https://contrib.rocks/image?repo=software-mansion-labs/expo-live-activity" />
306
+ </a>
307
+
308
+ <!-- /automd -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-live-activity",
3
- "version": "0.3.0-alpha4",
3
+ "version": "0.4.0-alpha1",
4
4
  "description": "A module for adding Live Activity to a React Native app for iOS.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -39,17 +39,17 @@
39
39
  "license": "MIT",
40
40
  "homepage": "https://github.com/software-mansion-labs/expo-live-activity#readme",
41
41
  "devDependencies": {
42
- "@types/react": "~19.0.0",
42
+ "@types/react": "~19.1.0",
43
43
  "eslint": "^9.33.0",
44
44
  "eslint-config-expo": "^9.2.0",
45
45
  "eslint-import-resolver-alias": "^1.1.2",
46
46
  "eslint-plugin-import": "^2.32.0",
47
47
  "eslint-plugin-prettier": "^5.5.4",
48
48
  "eslint-plugin-simple-import-sort": "^12.1.1",
49
- "expo": "~53.0.0",
50
- "expo-module-scripts": "^4.1.10",
49
+ "expo": "~54.0.0",
50
+ "expo-module-scripts": "^5.0.3",
51
51
  "prettier": "^3.6.2",
52
- "react-native": "0.79.1"
52
+ "react-native": "0.81.4"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "expo": "*",