Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calebnance/expo-wordscapes
wordscapes clone with expo / react native
https://github.com/calebnance/expo-wordscapes
eslint expo prettier react-native
Last synced: about 1 month ago
JSON representation
wordscapes clone with expo / react native
- Host: GitHub
- URL: https://github.com/calebnance/expo-wordscapes
- Owner: calebnance
- Created: 2019-01-02T06:09:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T07:29:53.000Z (about 2 years ago)
- Last Synced: 2023-08-10T05:24:15.049Z (over 1 year ago)
- Topics: eslint, expo, prettier, react-native
- Language: JavaScript
- Homepage:
- Size: 7.69 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordscapes Clone with Expo
quick prototype of the shuffle letters functionality in wordscapes
## Table of Contents
- [Install & Build](#install--build)
- [Features](#features)
- [Linting](#linting)
- [Demo & Release Notes](#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](https://atom.io/packages/prettier-atom) 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 `.prettierignore` file## Release Notes
### version 0.0.1 (current)
- upgraded to [Expo SDK 44](https://blog.expo.dev/expo-sdk-44-4c4b8306584a)
- upgraded to [Expo SDK 41](https://blog.expo.io/expo-sdk-41-12cc5232f2ef)
- upgraded to [Expo SDK 40](https://blog.expo.io/expo-sdk-40-is-now-available-d4d73e67da33)
- upgraded to [Expo SDK 39](https://blog.expo.io/expo-sdk-39-is-now-available-4c10aa825e3f)
- upgraded to [Expo SDK 36](https://blog.expo.io/expo-sdk-36-is-now-available-b91897b437fe)
- upgraded to [Expo SDK 35](https://blog.expo.io/expo-sdk-35-is-now-available-beee0dfafbf4)
- upgraded to [Expo SDK 34](https://blog.expo.io/expo-sdk-34-is-now-available-4f7825239319)
- upgraded to [Expo SDK 33](https://blog.expo.io/expo-sdk-v33-0-0-is-now-available-52d1c99dfe4c)
- simple shuffle functionality
- background image
- upgraded to [Expo SDK 32](https://blog.expo.io/expo-sdk-v32-0-0-is-now-available-6b78f92a6c52)
- updated app icon and loading screen