diff --git a/client/src/guide/english/react-native/styling/index.md b/client/src/guide/english/react-native/styling/index.md index 26d1bdf446..f3b8015f5a 100644 --- a/client/src/guide/english/react-native/styling/index.md +++ b/client/src/guide/english/react-native/styling/index.md @@ -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). +