Skip to content

Commit 7c824e8

Browse files
authored
fix(data): add missing DataStore polyfill to React Native 'Getting Started' / 'Integrate your app' page (aws-amplify#5309) (aws-amplify#5310)
1 parent 930df68 commit 7c824e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/fragments/start/getting-started/reactnative/integrate.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
In this section you’ll integrate Amplify DataStore with your app, and learn to use the generated data model to create, update, query, and delete Todo items by building an app. You can find the source code of the final Todo App [on our GitHub repository](https://github.com/chintannp/amplified_todo_rn).
22

3+
import polyfillCallout from '/src/fragments/lib/datastore/react-native/getting-started/polyfills.mdx';
4+
5+
<Fragments fragments={{ 'react-native': polyfillCallout }} />
6+
37
## Boilerplate UI
48
First, you will create some files and place the boilerplate UI code in it.
59

0 commit comments

Comments
 (0)