Skip to content

Commit 597ee93

Browse files
fix: fixed #62
1 parent 2837c4f commit 597ee93

File tree

10 files changed

+11836
-12153
lines changed

10 files changed

+11836
-12153
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- Endless (virtual) scrolling
2121
- Performant
2222
- Great React Native Web support
23-
- No dependencies outside of ([react-native-paper](https://callstack.github.io/react-native-paper/))
23+
- Dependencies are [react-native-paper](https://callstack.github.io/react-native-paper/)
2424

2525
[![Demo of react-native-paper-dates](https://user-images.githubusercontent.com/6492229/98866767-bd3f2780-246d-11eb-890e-3491b47c95c5.gif)](https://www.youtube.com/watch?v=SHhQU2doTug)
2626

@@ -42,6 +42,7 @@ Please contribute or donate so we can spend more time on this library
4242

4343

4444
## Getting started
45+
First install and follow the guides at [react-native-paper](https://callstack.github.io/react-native-paper/)
4546

4647
Yarn
4748
```
@@ -337,11 +338,11 @@ if (isHermesEnabled || isAndroid) {
337338
// https://formatjs.io/docs/polyfills/intl-datetimeformat/#default-timezone
338339

339340
if ('__setDefaultTimeZone' in Intl.DateTimeFormat) {
340-
341+
341342
// If you are using react-native-cli
342343
let RNLocalize = require('react-native-localize');
343344
Intl.DateTimeFormat.__setDefaultTimeZone(RNLocalize.getTimeZone());
344-
345+
345346
// Are you using Expo, use this instead of previous 2 lines
346347
// Intl.DateTimeFormat.__setDefaultTimeZone(
347348
// require("expo-localization").timezone

0 commit comments

Comments
 (0)