expo recipe app.md
... ...
@@ -1,6 +1,5 @@
1 1
2 2
3
-
4 3
```
5 4
// App.js
6 5
import * as React from 'react';
... ...
@@ -21,7 +20,6 @@ export default function App() {
21 20
</NavigationContainer>
22 21
);
23 22
}
24
-```
25 23
26 24
// data.js
27 25
export const recipes = [
... ...
@@ -150,4 +148,4 @@ const RecipeIndexScreen = ({ navigation }) => {
150 148
151 149
export default RecipeIndexScreen;
152 150
153
-
151
+```