This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
02f5987187
jiti-meet
/
react
/
features
/
analytics
/
handlers
/
amplitude
/
lib.web.ts
5 lines
79 B
TypeScript
Raw
Normal View
History
Unescape
Escape
ref(analytics) Convert to TS (#12099)
2022-09-06 12:51:50 +00:00
// @ts-ignore
fix(rn,amplitude) update Amplitude SDK on RN Amplitude has gone back to having a separate package for RN, so switch to it.
2021-08-20 13:24:34 +00:00
import
amplitude
from
'amplitude-js'
;
export
default
amplitude
;