-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.js
72 lines (68 loc) · 2.31 KB
/
content.js
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
export default [
{
"header": "Checkout in Mobile: Current Status",
"bodyImg": require('./image/checkout.png')
},
{
"header": "Why react-native ?",
"body": [
"Write most of the code once, and share between Android and iOS",
"Easy on-boarding with react like syntax and similar concepts and minimal mobile experience",
"Ability to test variety of experiences with remotely hosted bundles"
]
},
{
"header": "Breaking down the SDK setup",
"bodyImg": require('./image/breakdown.jpeg')
},
{
"header": "Seeing it in action ...",
"bodyVideo": 'o8WV-mLZt2U',
},
{
"header": "Dynamic Updates",
"body": [
"SDK bundled with an initial stable bundle",
"Incremental React-Native bundles are hosted on paypalobjects (akamai) ",
"A meta file which contains a SHA1 encryption of the bundle (20 bytes) is hosted on paypal objects"
]
},
{
"header": "Quick Look into \"how\"...",
"bodyImg": require('./image/caching.png')
},
{
"header": "In the near future ... ",
"bodyVideo": '2D3orpzdOPA',
"footer": 'Actual experience may vary. This is just experimental'
},
{
"header": "Another Variation...",
"bodyVideo": 'YyrTVdA75N0',
"footer": 'Actual experience may vary. This is just experimental'
},
{
"header": "Challenges",
"body": [
"Size of the react-native module included in the SDK (for native modules)",
"Keeping up with react-native releases :)",
"Potential collisions of react-native versions between App and SDK",
"Android: ways to stash away react-native dependency into the SDK"
]
},
{
"header": "For this presentation....",
"body": [
"react-native-looped-carousel",
"react-native-youtube"
]
} ,
{
"header": "THANK YOU!",
"body": [
"iOS SDK : https://github.com/paypal/paypalcheckout-ios",
"android SDK : https://github.com/paypal/paypalcheckout-android",
"Documentation : https://github.com/paypal/paypalnativecheckout-docs"
]
}
]