Skip to content

A react-native app that is very simple but answers an excellent question: on what day, perhaps even at what time, will you be a billion seconds old?

Notifications You must be signed in to change notification settings

Dissolutio/billion-second-birthday-react-native-app

Repository files navigation

Billion Second Birthday App (with React-Native and hopefully not much else)

Calculate your special day, and show you the results with some cool styles. Make the user feel neat and celestial, so they ask their loved ones to enter and see their special day as well. Happy family, happy mundo.

Day 1: Date Picker

Tried using the native input and found it doesn't handle dates:

<TextInput type="date" > // does not work

So you follow react-native's advice and must reach for a library:

image

Tried packages from here: https://reactnative.directory/?search=datepicker including:

  • react-native-ui-datepicker - seems to work
  • react-native-datepicker did not work (react-native-datetimepicker openly needs community help)

Day 2: Page Transitions

About

A react-native app that is very simple but answers an excellent question: on what day, perhaps even at what time, will you be a billion seconds old?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published