app
app copied to clipboard
UI Component: Navbar
Is your feature request related to a problem? Please describe. As a user I want to see the navbar after the loggin in.
Describe the solution you'd like The navbar will house name of the app (logo), a help link, current network name and connection status
See Use case
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
See CONTRIBUTING.md for contribution guidelines
I'm working on this one now.
See https://github.com/spacemeshos/app/wiki/Visual-Assets-and-Specs for complete spec and designs
@iamonuwa Do you have any guideline best practice to implement responsive in React-Native component?
Use flex. See https://github.com/necolas/react-native-web/blob/master/docs/guides/style.md
Use a copy of this https://github.com/spacemeshos/app/issues/21
The technical of flex doesn't fit for this context. The copy of #21 is too simple. I prefer to use this library for responsive purpose.
- https://github.com/marudy/react-native-responsive-screen
I'm too busy at the moment, able to get back on track at least next 4 weeks. Already got delay on this one, but just want to be informed.
I'm back now.