expo-wordscapes
expo-wordscapes copied to clipboard
wordscapes clone with expo / react native
Wordscapes Clone with Expo
quick prototype of the shuffle letters functionality in wordscapes
Table of Contents
- Install & Build
- Features
- Linting
- Demo & Release Notes
Features
- Expo SDK 44
- iOS, Android and PWA (Progressive Web App)
- Linting
- PropTypes
Install & Build
First, make sure you have Expo CLI installed: npm install -g expo-cli
Install: yarn or yarn install
Run Project Locally: yarn dev or yarn start
Linting
yarn lint- prettier and airbnb config
- make sure you have prettier package installed on your atom/vscode editor
- 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
.prettierignorefile
Release Notes
version 0.0.1 (current)
- upgraded to Expo SDK 44
- upgraded to Expo SDK 41
- upgraded to Expo SDK 40
- upgraded to Expo SDK 39
- upgraded to Expo SDK 36
- upgraded to Expo SDK 35
- upgraded to Expo SDK 34
- upgraded to Expo SDK 33
- simple shuffle functionality
- background image
- upgraded to Expo SDK 32
- updated app icon and loading screen