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.
- Components built on top of react-native.
- Accessibility is part of our definition of done.
yarn add react-native-rainbow
ornpm install react-native-rainbow
cd ios && pod install
- git clone https://github.com/nexxtway/react-native-rainbow.git
- cd react-native-rainbow
- yarn install
- yarn loadStories
- pod repo update
- cd ios && pod install
- open ios project in Xcode (open ReactNativeRainbow.xcworkspace file)
- build and run
In order to right linting in vs code you need to follow this steps:
- Press fn + f1 in keyboard
- Type
open settings
in search bar and selectPreference: Open Settings (JSON)
option - add the following config to the json settings:
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language" : "typescript",
"autoFix": true
},
{
"language" : "typescriptreact",
"autoFix": true
}
]
- check version
pod --version
- brew install cocoapods
- brew link --overwrite cocoapods
- To
brew update
, first run: git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask fetch --unshallow - brew update
- sudo xcode-select --print-path
- sudo xcode-select --switch /Applications/Xcode.app