This project serves as logs entries for the original react native project called WhiteBoard. I started this project on 10th October, 2019.
The project can be viewed at:
View | URL |
---|---|
Frontend Git ![]() |
https://github.com/shhdharmen/WhiteBoard |
Expo view ![]() |
https://expo.io/@shhdharmen/WhiteBoard |
Backend Git ![]() |
https://github.com/shhdharmen/white-board-strapi |
I am planning to build something with these requirements.
Today’s Progress:
Thoughts:
Links to work:
Link | URL |
---|---|
Logs Project Github Pages :octclipboard: | https://shhdharmen.github.io/100-days-of-react-native/ |
Main Project Git ![]() |
https://github.com/shhdharmen/WhiteBoard |
Web ![]() |
https://shhdharmen.github.io/WhiteBoard/ |
Expo ![]() |
https://expo.io/@shhdharmen/WhiteBoard |
Today’s Progress:
Link to work:
Today’s Progress:
primary
theme color of native base, guide here.Main
component, which will hold all the navigations like below:
HomeScreen
- Currently it’s showing only loader. I will logically hide it and show dashboard page if logged in and login page if not.DashboardScreen
- Just a skeletonLoginScreen
- Just a skeletonRegisterScreen
- Just a skeletonForgotPasswordScreen
- Just a skeletonThoughts:
jwt
token in react native and will implement login, register and forgot password next.Link to work:
Today’s Progress:
expo-cli
versionLink to work:
Today’s Progress:
Card
of NativeBase to preview notes.Poppins
and AnonymousPro
, thanks to https://fontpair.co/.Link to work:
fonts, fetch notes, login ui corrections
Today’s Progress:
HeaderText
(and input), TextLoader
to handle custom stylings.Thoughts:
I really struggled with animations, but react-native-animatable made it easier at last.
Today’s Progress:
react-native-color-palette
for color selectionsToday’s Progress:
Fixed iOS specific issue. TouchableNativeFeedback is only working in android. So, made a shared component which will return TouchableNativeFeedback for android and TouchableHighlight for iOS.
Link to work:
Today’s Progress:
Added a searchbar with menu, search and thumb icons.
Link to work: