File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ PODS:
303
303
- React-jsinspector (0.70.5)
304
304
- React-logger (0.70.5):
305
305
- glog
306
- - react-native-mytracker (0.5.1 ):
306
+ - react-native-mytracker (0.6.0 ):
307
307
- myTrackerSDK (= 3.0.7)
308
308
- React-Core
309
309
- React-perflogger (0.70.5)
@@ -566,7 +566,7 @@ SPEC CHECKSUMS:
566
566
React-jsiexecutor: 31564fa6912459921568e8b0e49024285a4d584b
567
567
React-jsinspector: badd81696361249893a80477983e697aab3c1a34
568
568
React-logger: fdda34dd285bdb0232e059b19d9606fa0ec3bb9c
569
- react-native-mytracker: 41faf4c02a3cc22c4a90d1d7162786909598f890
569
+ react-native-mytracker: 33aa26967a85a4b4eade47236c0085cd5cafaf2f
570
570
React-perflogger: e68d3795cf5d247a0379735cbac7309adf2fb931
571
571
React-RCTActionSheet: 05452c3b281edb27850253db13ecd4c5a65bc247
572
572
React-RCTAnimation: 578eebac706428e68466118e84aeacf3a282b4da
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
2
3
+ import MyTracker from '@splicer97/react-native-mytracker' ;
3
4
import { StyleSheet , Text , View } from 'react-native' ;
4
- import MyTracker from 'react-native-mytracker' ;
5
5
6
6
export default function App ( ) {
7
7
MyTracker . initTracker ( 'initTracker' ) ;
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"baseUrl" : " ./" ,
4
4
"paths" : {
5
- "react-native-mytracker" : [" ./src/index" ]
5
+ "@splicer97/ react-native-mytracker" : [" ./src/index" ]
6
6
},
7
7
"allowUnreachableCode" : false ,
8
8
"allowUnusedLabels" : false ,
Original file line number Diff line number Diff line change @@ -7802,7 +7802,7 @@ react-is@^17.0.1:
7802
7802
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
7803
7803
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
7804
7804
7805
- react-native-builder-bob@^0.20.0 :
7805
+ react-native-builder-bob@^0.20.1 :
7806
7806
version "0.20.1"
7807
7807
resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.20.1.tgz#8aa50e16d6f31bc23dd15681b05bd69d40fe9e07"
7808
7808
integrity sha512-8lTEXe4DqCT4Q3C3AGPI/xrT637pkyfAdeX7SayBP5JbfuPZvX2KCz/RjbRwLN5ecr4FPRcPg5Uhn2U7D9K6rA==
You can’t perform that action at this time.
0 commit comments