By: Name - [GitHub Username](GitHub Link)
Contributors: N/A
react: ^Version
react-native: ^Version
An explanation of the problem.
The solution implementation in a simple and concise manner.
Please use jsx as the language for react-native
highlighting.
// Use ... for condensing code samples to maintain relevancy
...
render() {
return (
<View>
<Text>Hello World</Text>
<View>
)
}
Include comments with the following symbol keys to include annotations/notes for readers.
> [Symbol] **[Type of Annotation]**/s/s/s/s <-- 4 Spaces to force a line break
> Your annotation here
β οΈ Warning- βοΈ Pro-Tip
- π Note
- π‘ Idea
β οΈ Warning
You may run into issues at x, y, z.
βοΈ Pro-Tip
Here is a condense way of writing x, y, z.
π Note
Remember to do x, y, z.
π‘ Idea
It may be possible to do x, y, z.
This section involves further discussion of possible issues, or an extended explanation.
Include additional links for native elements used, code samples, and more.
Before You Submit a PR
- Save your file with the following scheme:
recipe-title-MM-DD-YY.md
- Make sure to update the recipe index on the
readme
, if there isn't a category that seems to fit properly, create a new category. - Delete this section