Skip to content

Commit 20df91b

Browse files
committed
Add alias to standard event in testbed_simple
1 parent ae451d2 commit 20df91b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

examples/testbed_simple/ios/Podfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
PODS:
22
- boost-for-react-native (1.63.0)
3-
- Branch (0.32.0):
4-
- Branch/Core (= 0.32.0)
5-
- Branch/Core (0.32.0)
3+
- Branch (0.34.0)
64
- DoubleConversion (1.1.6)
75
- Folly (2018.10.22.00):
86
- boost-for-react-native
@@ -60,8 +58,8 @@ PODS:
6058
- React-cxxreact (= 0.60.3)
6159
- React-jsi (= 0.60.3)
6260
- React-jsinspector (0.60.3)
63-
- react-native-branch (5.0.0-beta.1):
64-
- Branch (= 0.32.0)
61+
- react-native-branch (5.0.0-beta.2):
62+
- Branch (= 0.34.0)
6563
- React
6664
- React-RCTActionSheet (0.60.3):
6765
- React-Core (= 0.60.3)
@@ -169,7 +167,7 @@ EXTERNAL SOURCES:
169167

170168
SPEC CHECKSUMS:
171169
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
172-
Branch: 770a23c04d3f5410cf9231db099a444dd3060784
170+
Branch: 446aeb832102f56f04edf5fa7cb0a752dc392ca7
173171
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
174172
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
175173
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
@@ -181,7 +179,7 @@ SPEC CHECKSUMS:
181179
React-jsi: c2b6e57836bcae2677a036384111dc2c58e94369
182180
React-jsiexecutor: d9023c5c199114d2b6f38ec861a4d923c73d0735
183181
React-jsinspector: 817b64f3c8a807f09d78620f4f505868d89b26f3
184-
react-native-branch: ed90b087f2ff6a2f81643ead0b321531877f2e69
182+
react-native-branch: c3f12fbc43ea98a9e8732cec78dfa83d525b7caf
185183
React-RCTActionSheet: 9c42321fd5652515d706dd722c5a10b1970d7ec8
186184
React-RCTAnimation: fabb087dde8964c9a835a7fabd0e7e5701787913
187185
React-RCTBlob: 93f34281d9c9c9e216b25824309eed9fe22a5d41

examples/testbed_simple/src/BranchMethods.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ class BranchMethods extends Component {
173173
customData: {
174174
"Custom_Event_Property_Key1": "Custom_Event_Property_val1",
175175
"Custom_Event_Property_Key2": "Custom_Event_Property_val2"
176-
}
176+
},
177+
alias: 'ItemViewed'
177178
}
178179
)
179180
branchEvent.logEvent()

0 commit comments

Comments
 (0)