/RNJiraAvatars

Simple repository used to study elements positioning in react-native, to emulate Jira avatars's display view

Primary LanguageTypeScript

RNJiraAvatars

Simple repository bootstraped with React-Native-Template-Nave-Typescript to search and study the behavior and the visual guide used on apps likes Jira to display row with Avatars, or another images in cascade-mode I18n on react-native applications. In the Home screen you will find a simple screen with a row with default images used to display this cascade row.

🔧 Running

Clone the repository

  git clone https://github.com/lucasGabrielDeAA/RNJiraAvatars.git

If you use SSH keys on Github

  git clone git@github.com:lucasGabrielDeAA/RNJiraAvatars.git
  cd RNJiraAvatars

Installing the dependencies

  yarn && yarn pod-install

Running the application

Android

  yarn android

IOS

  yarn ios