Google Analytics integrated within the Trace Mobile App allows for the collection of data, enabling the creation of reports that showcase user interaction with the app.
Custom log events in the Trace Mobile App are generated as event logs each time a user performs an action within the app. These logs store the corresponding action counts and parameters on Google Analytics servers, facilitating better analysis of user interaction with the app.
Below each of them arranged with event name, parameter keys and possible values.
react
v17.0.2React is a JavaScript library for creating user interfaces.
react-native
v0.68.5A framework for building native apps using React.
@react-native-community/cli
v5.0.1Command line tools to interact with react native projects.
react-native-safe-area-context
v3.2.0A flexible way to handle safe area.
react-native-screens
v3.1.1It is a native navigation primitive for your react native app.
react-native-reanimated
v2.13.0React Native Reanimated provides the Animated library API to be built much greater flexibility gesture based interactions.
###Storage and navigation packages
All the packages based on storage and navigation are listed here.
@nozbe/watermelondb
v0.22.0Watermelondb is used for the mobile database.
@nozbe/with-observables
v1.3.0A higher-order component for connecting RxJS observables to react components.
@react-native-async-storage/async-storage
v1.15.2An asynchronous, key-value storage system for react native is used for storing cache variables.
react-redux
v7.2.3Official React bindings for Redux.
redux
v4.0.5Redux is a predictable state container for javascript apps.
redux-persist
v6.0.0Basic usage involves adding persistReducer and persistStore to your redux setup.