Skip to content

Commit 97e0cee

Browse files
committed
Updated readme & version
1 parent e6d1d5a commit 97e0cee

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-animated-loader",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "Useful to show lottie animation spinners in react-native mobile apps",
55
"main": "src/index.js",
66
"files": [

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ export default class Loader extends React.Component {
6363
source={require("./loader.json")}
6464
animationStyle={styles.lottie}
6565
speed={1}
66-
/>
66+
>
67+
<Text>Doing something...</Text>
68+
</AnimatedLoader>
6769
);
6870
}
6971
}

0 commit comments

Comments
 (0)