@boneframework/native-components 1.0.62 → 1.0.63
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 +1 -13
- package/components/Animation.d.ts +6 -0
- package/package.json +1 -1
- package/screens/MapScreen.d.ts +6 -0
package/README.md
CHANGED
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
# @boneframework/native-components
|
|
2
2
|
React Native expo components for BoneFramework
|
|
3
|
-
## project level files referred to in code
|
|
4
|
-
```
|
|
5
|
-
config/settings
|
|
6
|
-
config/cache
|
|
7
|
-
assets/background.png
|
|
8
|
-
assets/logo.png
|
|
9
|
-
assets/animations/loader.json
|
|
10
|
-
```
|
|
11
|
-
## install these at root level:
|
|
12
|
-
```
|
|
13
|
-
expo-auth-session
|
|
14
|
-
```
|
|
15
|
-
|
|
16
3
|
|
|
4
|
+
See @boneframework/bone-native for the Expo app
|
package/package.json
CHANGED