rn-date
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

rn-date

rn-date is a zero-dependency library which fixes the date parsing issue in React Native with Android.

Installation

yarn add rn-date

Usage

import { RnDate } from 'rn-date';

const date = new RnDate('2020-01-01T00:00:00.000Z'); // instead of new Date('2020-01-01T00:00:00.000Z')

/rn-date/

    Package Sidebar

    Install

    npm i rn-date

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.88 kB

    Total Files

    7

    Last publish

    Collaborators

    • maxgfr