Pix is an online pixel art community where everyone can unleash their creativity on a 16x16 canvas, built with React-Native for iOS devices.
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
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.
MIT License
See LICENSE