MLH-Fellowship / 0.4.2-learning-journal

A React Native/GraphQL based application for running a 'Learning Journal'
MIT License
3 stars 3 forks source link

Journal Logger! #6

Closed AnshG714 closed 4 years ago

AnshG714 commented 4 years ago

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 the HomeScreen component in the home screen (line 21) to include this import. Then, run expo start, and open it up either on the Expo Client or the Xcode simulator.

Issues:

AnshG714 commented 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?

harshil1712 commented 4 years ago

Okay! If they are not reusable let's not break them down. Please go ahead and merge the PR