Week 14: No Peace
Sep 2, 2018 · 1 min read
August 27, 2018 — September 2, 2018
Project #2: To create “Small Wins”, a native mobile app where I can document the small wins in my life
Aaaand it’s taking me another week to just add the CSS 😅

Questions 🤔
- How does React Native use the same code to design for Android and iOS?
I’m probably oversimplifying the answer, but it sounded like you would call out Android or iOS features through the code. - How do I add radio buttons?
I installed (with getting a LOT of help from Kim) the Radio Form component via iTerm and set up the rest of the code by following these directions. - Where is the data stored?
There are a couple of steps that happen before the data is stored. First, I need to set up for the data to appear on screen, meaning that if I refresh the screen, that data would disappear. After that’s established, I would then set up the actual storage of the the data.
Github Link: https://github.com/silliecelia/small-wins
