Pix
September 20, 2022 · View on GitHub
Pix
Pix is an online pixel art community where everyone can unleash their creativity on a 16x16 canvas, built with React-Native for iOS devices.
⚠️ Note: This is the repository for version 1 and lower. For version 2 and up, see the Pix SwiftUI repository. This repository will get updated with the newer code in the future.
Stack
Preview
Installation
If you want to test the app on a simulator running locally, follow these instructions:
First, you'll need to create or import a config.ts file in the scr folder, which should export the firebaseConfig object. Then create or import a GoogleService-Info.plist file in the ios folder.
$ cd pix
$ yarn
$ cd ios && pod install && cd ..
$ yarn build-ios
$ react-native run-ios
Contribute
If you find a bug, feel free to open an issue or submit a pull request.
New ideas are always welcome, if you have an idea to change or add a feature, let me know by opening an issue or messaging me on Twitter.
Licence
MIT License
See LICENSE