Skip to content

Commit fe25254

Browse files
committed
update version & readme img width
1 parent 3c6b6aa commit fe25254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use pageArray quick generation your app intro with parallax effect. With
2323

2424
<img src="http://i.giphy.com/l3V0khy22aUviTTaM.gif">
2525

26-
<img src="./assets/sample-android.gif">
26+
<img src="./assets/sample-android.gif" style="width: 272px;">
2727

2828
```javascript
2929
import React, { Component } from 'react';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-app-intro",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "react-native-app-intro is a react native plugin implementing a parallax effect welcome page using base on react-native-swiper , similar to the one found in Google's app like Sheet, Drive, Docs...",
55
"main": "AppIntro.js",
66
"scripts": {

0 commit comments

Comments
 (0)