elaborare on style options (#18920)
create numbered list with links for easy navigation
This commit is contained in:
committed by
Quincy Larson
parent
978c88a36c
commit
f67c81f01d
@ -114,4 +114,9 @@ export default class Login extends Component {
|
||||
|
||||
### Libraries for Styling
|
||||
|
||||
There are a few popular libraries for styling React Native. Some of them provide features similar to [Bootstrap](../../bootstrap/index.md), including default forms, button styles, and page layout options. One of the most popular libraries is [styled-components](https://github.com/styled-components/styled-components). There are many others you can find on npm and GitHub to try for yourself.
|
||||
There are a few popular libraries for styling React Native. Some of them provide features similar to [Bootstrap](../../bootstrap/index.md), including default forms, button styles, and page layout options. Some of the most popular options are
|
||||
|
||||
1. [NativeBase](https://github.com/GeekyAnts/NativeBase) UI cross-platform components library created by [Geekyants.com](https://geekyants.com/).
|
||||
2. [React Native Elements](https://github.com/react-native-training/react-native-elements) another UI toolkit created by [react-native-training](https://github.com/react-native-training)
|
||||
3. Customize your own style using [styled-components](https://github.com/styled-components/styled-components).
|
||||
|
||||
|
Reference in New Issue
Block a user