From 5a10543b41a6e19ac118f8e400dadbc3be62d56e Mon Sep 17 00:00:00 2001 From: Bruno Schalch Date: Mon, 17 Feb 2020 23:08:59 -0600 Subject: [PATCH] Fix broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71eea61caa..091cee4402 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ npm install react-native-ui-xg --save ``` ## Example -Check [index.android.js](https://github.com/xgfe/react-native-datepicker/blob/master/index.android.js) in the Example. +Check [index.js](https://github.com/xgfe/react-native-datepicker/blob/master/index.js) in the Example. ![android](http://xgfe.github.io/react-native-datepicker/img/react-native-datepicker-android.gif) ![ios](http://xgfe.github.io/react-native-datepicker/img/react-native-datepicker-ios.gif) @@ -63,7 +63,7 @@ export default class MyDatePicker extends Component { } ``` -You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/master/index.android.js) in the Example for detail. +You can check [index.js](https://github.com/xgfe/react-native-datepicker/blob/master/index.js) in the Example for detail. ## Properties