You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-20Lines changed: 30 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
---
4
4
<br>
5
5
6
-
6
+
7
7
- Smooth and fast cross platform Material Design **date** picker and **time** picker for React Native Paper
8
-
- Tested on Android, iOS and the web platform!
8
+
- Tested on Android, iOS and the web
9
9
- Uses the native Date.Intl API's which work out of the box on the web / iOS (automatic day name, month translations without bundle size increase)
10
10
- Simple API
11
11
- Typesafe
@@ -14,8 +14,24 @@
14
14
- Great React Native Web support
15
15
16
16
17
-
[](https://www.youtube.com/watch?v=SHhQU2doTug)
18
-
GIF above is sluggish, click on the image to view video in better frame rate. (https://www.youtube.com/watch?v=SHhQU2doTug)
17
+
[](https://www.youtube.com/watch?v=SHhQU2doTug)
18
+
19
+
View video in better frame [on YouTube](https://www.youtube.com/watch?v=SHhQU2doTug)
20
+
21
+
22
+
## About us
23
+
We want developers to be able to build software faster using modern tools like GraphQL, Golang and React Native.
You will need to add a polyfill for the Intl API on Android if:
198
214
199
-
- You have Hermes enabled (https://github.com/facebook/hermes/issues/23)
200
-
- You have Hermes disabled and you want to support locales outside of en-US and you don't have the org.webkit:android-jsc-intl:+ variant enabled in your app/build.gradle
215
+
- You have [Hermes](https://github.com/facebook/hermes/issues/23) enabled
216
+
- You have [Hermes](https://github.com/facebook/hermes/issues/23) disabled and you want to support locales outside of en-US and you don't have the org.webkit:android-jsc-intl:+ variant enabled in your app/build.gradle
@@ -261,14 +277,8 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
261
277
MIT
262
278
263
279
264
-
## About us
265
-
We want developers to be able to build software faster using modern tools like GraphQL, Golang, React Native.
266
-
267
-
Follow us on Twitter:
268
-
-https://twitter.com/RichardLindhout
269
-
-https://twitter.com/web_ridge
270
-
271
-
### You probably like these
272
-
- Simple translations in React (Native): https://github.com/web-ridge/react-ridge-translations
273
-
- Simple global state management in React (Native): https://github.com/web-ridge/react-ridge-state
274
-
- 1 command utility for React Native (Web) project: https://github.com/web-ridge/create-react-native-web-application
280
+
### Checkout our other libraries
281
+
- Smooth and fast cross platform Material Design Tabs for React Native Paper: [react-native-paper-tabs](https://github.com/web-ridge/react-native-paper-tabs)
282
+
- Simple translations in React (Native): [react-ridge-translations](https://github.com/web-ridge/react-ridge-translations)
283
+
- Simple global state management in React (Native): [react-ridge-state](https://github.com/web-ridge/react-ridge-state)
284
+
- 1 command utility for React Native (Web) project: [create-react-native-web-application](https://github.com/web-ridge/create-react-native-web-application)
0 commit comments