besarthoxhaj / phoenix

React native project example
9 stars 1 forks source link

App mocks #32

Open besarthoxhaj opened 8 years ago

besarthoxhaj commented 8 years ago

Here some mocks of how the app should look like.

Login

home

Profile

profile

besarthoxhaj commented 8 years ago

@izaakrogan @jrans @nikhilaravi any feedback appreciated :)

Questions:

What are friends - contacts?

Just some random list item. They can be whatever we want as long as when click on them, the page will change and a back arrow will show in the header.

What will be in setting and details?

Same as before. Setting we can implement some sort of enable push notification or not.

What's 'show not error'?

Sorry for that, was show network error.

Do we want ask position in the same place as push notifications i.e. on app loading? Or both with buttons maybe?

Agree with both, as long as the trigger of the request for push notification and contacts is not inside the component lifecycle i.e. componentWillMount. The reason is that we loose control.