Home
Softono
expo-slack

expo-slack

Open source JavaScript
106
Stars
14
Forks
3
Issues
1
Watchers
3 years
Last Commit

About expo-slack

Slack UI Clone with React Native & Expo

Platforms

Web Self-hosted

Languages

JavaScript

Links

Slack: UI Clone with React Native / Expo

follow @calebnance

Table of Contents

Install & Build

First, make sure you have Expo CLI installed: npm install -g expo-cli

Install:

yarn

Run Project Locally:

yarn dev

Features

Linting

  • run: yarn lint for a list of linting warnings/error in cli
  • prettier and airbnb config
  • make sure you have prettier package installed:
  • then make sure to enable these options (packages → prettier):
    • eslint integration
    • stylelint integration
    • automatic format on save (toggle format on save)
  • be aware of the .prettierignore file

Release Notes

version 0.4.0 (current)

version 0.3.0

version 0.2.0

version 0.1.0