Add link for learning resource (#23693)

* Add link for learning resource

* Created More Information section
This commit is contained in:
umar
2018-11-30 05:08:45 +07:00
committed by Manish Giri
parent cd211bcf5e
commit 665d59de69

View File

@@ -73,3 +73,7 @@ const Button = ({ onPress, children, buttonProps, textProps }) => {
);
};
```
#### More Information
- [Good article about state and props](https://learnreact.design/2017/08/16/components-props-and-state)