0.0.8 • Published 12 months ago

react-native-rainbow v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
12 months ago

✨ Features

  • Components built on top of react-native.
  • Accessibility is part of our definition of done.

⌨️ Running in iOS simulator

  1. git clone https://github.com/nexxtway/react-native-rainbow.git
  2. cd react-native-rainbow
  3. yarn install
  4. cd ios && pod install
  5. open ios project in Xcode (open ReactNativeRainbow.xcworkspace file)
  6. build and run

Linting on VS Code

In order to right linting in vs code you need to follow this steps:

  1. Press fn + f1 in keyboard
  2. Type open settings in search bar and select Preference: Open Settings (JSON) option
  3. add the following config to the json settings:
"eslint.validate": [
    "javascript",
    "javascriptreact",
    {
        "language" : "typescript",
        "autoFix": true
    },
    {
        "language" : "typescriptreact",
        "autoFix": true
    }
]
0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago