diff --git a/README.md b/README.md index f3240019..8f27c2ed 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ For example, the branch [02-basics](https://github.com/academind/react-native-pr You can switch branches via the dropdown in the top left corner of this repository page: -[Selecting a branch](./selecting-branches.png) +![Selecting a branch](./selecting-branches.png) # Provided Resources diff --git a/code/01-working-with-core-components/App.js b/code/01-working-with-core-components/App.js new file mode 100644 index 00000000..a1755513 --- /dev/null +++ b/code/01-working-with-core-components/App.js @@ -0,0 +1,22 @@ +import { StyleSheet, Text, View, Button } from 'react-native'; + +export default function App() { + return ( + + + Another piece of text! + + Hello World! +