react-native-rainbow
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

React Native Rainbow logo

React Native Rainbow

React Native Rainbow is a collection of components that will reliably help you build your IOS and ANDROID application in a snap. Give it a hack and let us know what you think.

CircleCI npm version CLA assistant

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. yarn loadStories
  5. cd ios && pod install
  6. open ios project in Xcode (open ReactNativeRainbow.xcworkspace file)
  7. 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
    }
]

Package Sidebar

Install

npm i react-native-rainbow

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

2.4 MB

Total Files

1219

Last publish

Collaborators

  • jltorress