Skip to content

Commit

Permalink
Updated readme & version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vannevelj committed Dec 30, 2020
1 parent e6d1d5a commit 97e0cee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-animated-loader",
"version": "0.0.8",
"version": "0.0.9",
"description": "Useful to show lottie animation spinners in react-native mobile apps",
"main": "src/index.js",
"files": [
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Expand Up @@ -63,7 +63,9 @@ export default class Loader extends React.Component {
source={require("./loader.json")}
animationStyle={styles.lottie}
speed={1}
/>
>
<Text>Doing something...</Text>
</AnimatedLoader>
);
}
}
Expand Down

0 comments on commit 97e0cee

Please sign in to comment.