-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmobilhub.txt
47 lines (37 loc) · 917 Bytes
/
mobilhub.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
create-react-native-app meaning
cd meaning
awsmobile init #
react-native link amazon-cognito-identity-js
vi index.js
import Amplify from 'aws-amplify'
import config from './aws-exports'
Amplify.configure(config)
awsmobile user-signin enable
awsmobile cloud-api enable --prompt
/artists
/moments
/patrons
/works
awsmobile push
awsmobile cloud-api invoke meaning GET /works
yarn add aws-amplify
yarn add aws-amplify-react-native
yarn add amazon-cognito-identity-js
yarn add aws-sdk
yarn add babel-preset-es2015
yarn add buffer
yarn add mime-type
yarn add path
yarn add prop-types
yarn add react
yarn add react-devtools
yarn add react-native
yarn add react-native-elements
yarn add react-native-fetch-blob
yarn add react-native-prompt
yarn add react-native-uuid
yarn add react-native-vector-icons
yarn add react-navigation
awsmobile delete
# may be npm install will automatically link amazon stuff
npm install