expo-live-activity 0.3.0-alpha3 → 0.3.0
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/README.md +21 -0
- package/package.json +1 -2
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
|
+
[](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
|
|
3
|
+
"version": "0.3.0",
|
|
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",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"lint": "expo-module eslint",
|
|
13
13
|
"lint:libOnly": "expo-module eslint --ignore-pattern 'example/*'",
|
|
14
14
|
"test": "expo-module test",
|
|
15
|
-
"postinstall": "cd example && npm install",
|
|
16
15
|
"prepare": "expo-module prepare && rm .eslintrc.js",
|
|
17
16
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
18
17
|
"expo-module": "expo-module",
|