Closed AnshG714 closed 4 years ago
@harshil1712 I don't think these components are reusable. I've reused styling already, but I don't believe there's any more input fields or image pickers in our app. If there are (maybe auth?), Ill do it then. Sounds good?
Okay! If they are not reusable let's not break them down. Please go ahead and merge the PR
This PR adds the basic UI for the journal logger, which allows us to add new entries into our learning journal.
To see what the UI looks like, simply import the
JournalLogger.js
screen from screens directory into the BottomTabNavigation file in the navigation directory. Then, replace theHomeScreen
component in the home screen (line 21) to include this import. Then, runexpo start
, and open it up either on the Expo Client or the Xcode simulator.Issues: