Skip to content

Add ReactNativeFlipper file for release #570

Add ReactNativeFlipper file for release

Add ReactNativeFlipper file for release #570

Triggered via push April 2, 2024 09:11
Status Success
Total duration 20m 45s
Artifacts 1

android.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

113 errors and 119 warnings
app/bebbo/dynamicImports.ts#L2
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L7
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L8
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L9
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L10
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L11
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L12
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L13
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L14
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L15
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L16
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L17
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L18
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L19
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/bebbo/dynamicImports.ts#L20
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/components/ChildDate.tsx#L43
react-native/no-unused-styles: Unused style detected: styles.flexRow
app/components/OverlayLoadingComponent.tsx#L20
react-native/sort-styles: Expected style properties to be in ascending order. 'backgroundColor' should be before 'justifyContent'.
app/components/Ruler.tsx#L109
@typescript-eslint/ban-types: Don't use `Function` as a type. The `Function` type accepts any function-like value. It provides no type safety when calling the function, which can be a common source of bugs. It also accepts things like class declarations, which will throw at runtime as they will not be called with `new`. If you are expecting the function to accept certain arguments, you should explicitly define the function shape.
app/components/Ruler.tsx#L115
@typescript-eslint/ban-types: Don't use `Function` as a type. The `Function` type accepts any function-like value. It provides no type safety when calling the function, which can be a common source of bugs. It also accepts things like class declarations, which will throw at runtime as they will not be called with `new`. If you are expecting the function to accept certain arguments, you should explicitly define the function shape.
app/components/Ruler.tsx#L116
@typescript-eslint/ban-types: Don't use `Function` as a type. The `Function` type accepts any function-like value. It provides no type safety when calling the function, which can be a common source of bugs. It also accepts things like class declarations, which will throw at runtime as they will not be called with `new`. If you are expecting the function to accept certain arguments, you should explicitly define the function shape.
app/components/growth/GrowthChart.tsx#L57
react-native/no-unused-styles: Unused style detected: styles.chartHeader
app/components/growth/GrowthChart.tsx#L78
react-native/no-unused-styles: Unused style detected: styles.container
app/components/growth/GrowthChart.tsx#L84
react-native/no-unused-styles: Unused style detected: styles.contentWrapper
app/components/homeScreen/DailyReads.tsx#L136
no-prototype-builtins: Do not access Object.prototype method 'hasOwnProperty' from target object.
app/components/shared/RelatedArticles.tsx#L80
require-atomic-updates: Possible race condition: `relartlength` might be reassigned based on an outdated value of `relartlength`.
app/components/shared/RelatedVideoArticles.tsx#L84
require-atomic-updates: Possible race condition: `relartlength` might be reassigned based on an outdated value of `relartlength`.
app/components/shared/RelatedVideoArticles.tsx#L171
react/prop-types: 'item.id' is missing in props validation
app/navigation/types.ts#L5
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L7
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L8
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L13
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L24
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L29
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L31
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L35
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L44
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L50
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L52
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/navigation/types.ts#L53
@typescript-eslint/ban-types: Don't use `{}` as a type. `{}` actually means "any non-nullish value". - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you want a type meaning "empty object", you probably want `Record<string, never>` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/redux/reducers/realmPersistor.js#L53
require-atomic-updates: Possible race condition: `__realm` might be reassigned based on an outdated value of `__realm`.
app/screens/ChildImportSetup.tsx#L204
react-native/no-inline-styles: Inline style: { marginBottom: 20 }
app/screens/ChildSetup.tsx#L460
react-native/no-inline-styles: Inline style: { marginBottom: 20 }
app/screens/CustomDrawerContent.tsx#L81
react-native/no-unused-styles: Unused style detected: styles.textStyle
app/screens/CustomDrawerContent.tsx#L85
react-native/no-unused-styles: Unused style detected: styles.touchableLeft
app/screens/CustomDrawerContent.tsx#L89
react-native/no-unused-styles: Unused style detected: styles.touchableRight
app/screens/EditParentDetails.tsx#L184
react-native/no-inline-styles: Inline style: { marginBottom: 40 }
app/screens/growth/AddNewChildHeight.tsx#L26
react-native/no-unused-styles: Unused style detected: styles.borderRadius4
app/screens/growth/AddNewChildWeight.tsx#L35
react-native/no-unused-styles: Unused style detected: styles.borderRadius4
app/screens/growth/AddNewChildgrowth.tsx#L309
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/growth/AddNewChildgrowth.tsx#L327
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/growth/AddNewChildgrowth.tsx#L359
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/growth/AddNewChildgrowth.tsx#L377
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/growth/AddNewChildgrowth.tsx#L437
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/growth/AddNewChildgrowth.tsx#L459
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/growth/AddNewChildgrowth.tsx#L485
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/growth/AddNewChildgrowth.tsx#L517
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/growth/AddNewChildgrowth.tsx#L546
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/growth/AllChildgrowthMeasures.tsx#L25
react-native/sort-styles: Expected style properties to be in ascending order. 'maxHeight' should be before 'paddingLeft'.
app/screens/growth/AllChildgrowthMeasures.tsx#L28
react-native/no-unused-styles: Unused style detected: styles.overflowHidden
app/screens/healthCheckup/AddChildHealthCheckup.tsx#L94
react-native/no-unused-styles: Unused style detected: styles.overflowHidden
app/screens/healthCheckup/AddChildHealthCheckup.tsx#L158
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/healthCheckup/AddChildHealthCheckup.tsx#L417
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/healthCheckup/AddChildHealthCheckup.tsx#L446
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/healthCheckup/AddChildHealthCheckup.tsx#L475
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/home/ChatBot.tsx#L21
react-native/sort-styles: Expected style properties to be in ascending order. 'paddingBottom' should be before 'paddingTop'.
app/screens/home/ChatBot.tsx#L22
react-native/sort-styles: Expected style properties to be in ascending order. 'paddingBottom' should be before 'paddingTop'.
app/screens/home/ChatBot.tsx#L31
@typescript-eslint/ban-types: Don't use `Object` as a type. The `Object` type actually means "any non-nullish value", so it is marginally better than `unknown`. - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/screens/home/ChatBot.tsx#L33
@typescript-eslint/ban-types: Don't use `Object` as a type. The `Object` type actually means "any non-nullish value", so it is marginally better than `unknown`. - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/screens/home/ChatBot.tsx#L34
@typescript-eslint/ban-types: Don't use `Object` as a type. The `Object` type actually means "any non-nullish value", so it is marginally better than `unknown`. - If you want a type meaning "any object", you probably want `object` instead. - If you want a type meaning "any value", you probably want `unknown` instead. - If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
app/screens/home/DetailsScreen.tsx#L52
react-native/sort-styles: Expected style properties to be in ascending order. 'fontSize' should be before 'fontWeight'.
app/screens/home/Notifications.tsx#L28
react-native/sort-styles: Expected style properties to be in ascending order. 'backgroundColor' should be before 'flexDirection'.
app/screens/home/SupportChat.tsx#L394
@typescript-eslint/explicit-function-return-type: Missing return type on function.
app/screens/home/UserGuide.tsx#L29
react-native/no-unused-styles: Unused style detected: styles.button
app/screens/home/UserGuide.tsx#L37
react-native/no-unused-styles: Unused style detected: styles.buttonContainer
app/screens/home/UserGuide.tsx#L42
react-native/no-unused-styles: Unused style detected: styles.buttonText
app/screens/home/UserGuide.tsx#L47
react-native/no-unused-styles: Unused style detected: styles.dot
app/screens/home/UserGuide.tsx#L54
react-native/no-unused-styles: Unused style detected: styles.paginationContainer
app/screens/home/UserGuide.tsx#L60
react-native/no-unused-styles: Unused style detected: styles.paginationDots
app/screens/home/bottomTabs/Articles.tsx#L56
react-native/no-unused-styles: Unused style detected: styles.container
app/screens/home/bottomTabs/Articles.tsx#L56
react-native/sort-styles: Expected class names to be in ascending order. 'container' should be before 'containerView'.
app/screens/home/bottomTabs/Articles.tsx#L59
react-native/no-unused-styles: Unused style detected: styles.divider
app/screens/home/bottomTabs/Articles.tsx#L59
react-native/no-color-literals: Color literal: { backgroundColor: 'grey' }
app/screens/home/bottomTabs/Articles.tsx#L61
react-native/sort-styles: Expected style properties to be in ascending order. 'backgroundColor' should be before 'height'.
app/screens/home/bottomTabs/Articles.tsx#L66
react-native/no-unused-styles: Unused style detected: styles.historyList
app/screens/home/bottomTabs/Articles.tsx#L66
react-native/no-color-literals: Color literal: { backgroundColor: '#fff' }
app/screens/home/bottomTabs/Articles.tsx#L69
react-native/sort-styles: Expected style properties to be in ascending order. 'left' should be before 'top'.
app/screens/home/bottomTabs/Articles.tsx#L75
react-native/no-color-literals: Color literal: { borderBottomColor: '#ccc' }
app/screens/home/bottomTabs/Articles.tsx#L78
react-native/sort-styles: Expected style properties to be in ascending order. 'marginHorizontal' should be before 'padding'.
app/screens/home/bottomTabs/Articles.tsx#L377
no-inner-declarations: Move function declaration to function body root.
app/screens/localization/CountrySelection.tsx#L169
react-native/no-inline-styles: Inline style: { flexDirection: 'column-reverse' }
app/screens/vaccination/AddChildVaccination.tsx#L156
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/vaccination/AddChildVaccination.tsx#L388
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/vaccination/AddChildVaccination.tsx#L418
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/vaccination/AddChildVaccination.tsx#L446
require-atomic-updates: Possible race condition: `activeChild.measures` might be reassigned based on an outdated value of `activeChild.measures`.
app/screens/vaccination/AddReminder.tsx#L293
require-atomic-updates: Possible race condition: `activeChild.reminders` might be reassigned based on an outdated value of `activeChild.reminders`.
app/screens/vaccination/AddReminder.tsx#L389
require-atomic-updates: Possible race condition: `activeChild.reminders` might be reassigned based on an outdated value of `activeChild.reminders`.
app/services/Utils.ts#L473
@typescript-eslint/explicit-function-return-type: Missing return type on function.
app/services/childCRUD.ts#L558
require-atomic-updates: Possible race condition: `value.taxonomyData` might be reassigned based on an outdated value of `value.taxonomyData`.
app/xk/dynamicImports.ts#L2
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L7
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L8
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L9
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L10
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L11
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L12
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L13
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L14
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L15
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L16
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L17
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L18
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L19
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/xk/dynamicImports.ts#L20
@typescript-eslint/no-var-requires: Require statement not part of import statement.
app/components/ChildDate.tsx#L26
@typescript-eslint/no-unused-vars: 'FormDobInfoPress' is defined but never used.
app/components/HeaderBabyMenu.tsx#L12
@typescript-eslint/no-unused-vars: 'ShiftFromBottom10' is defined but never used.
app/components/HeaderBabyMenu.tsx#L32
@typescript-eslint/no-unused-vars: 'ButtonLinkPress' is defined but never used.
app/components/HeaderBabyMenu.tsx#L35
@typescript-eslint/no-unused-vars: 'ButtonTextLine' is defined but never used.
app/components/NotificationItem.tsx#L139
@typescript-eslint/no-unused-vars: 'index' is defined but never used.
app/components/VideoPlayer.tsx#L45
@typescript-eslint/no-unused-vars: 'setPlaying' is assigned a value but never used.
app/components/growth/LastChildMeasure.tsx#L27
@typescript-eslint/no-unused-vars: 'Text' is defined but never used.
app/components/homeScreen/ChildInfo.tsx#L3
@typescript-eslint/no-unused-vars: 'ButtonSpacing' is defined but never used.
app/components/homeScreen/ChildInfo.tsx#L15
@typescript-eslint/no-unused-vars: 'SideSpacing25' is defined but never used.
app/components/shared/FirstTimeModal.tsx#L1
@typescript-eslint/no-unused-vars: 'useEffect' is defined but never used.
app/components/shared/FirstTimeModal.tsx#L2
@typescript-eslint/no-unused-vars: 'LayoutAnimation' is defined but never used.
app/components/shared/FirstTimeModal.tsx#L2
@typescript-eslint/no-unused-vars: 'UIManager' is defined but never used.
app/components/vaccination/VaccineItem.tsx#L33
@typescript-eslint/no-unused-vars: 'old_calendar' is assigned a value but never used.
app/components/vaccination/tabs/UpcomingVaccines.tsx#L31
@typescript-eslint/no-unused-vars: 'IconViewAlert' is defined but never used.
app/database/dbquery/dataRealmCommon.ts#L86
@typescript-eslint/no-unused-vars: '_articleRelation' is defined but never used.
app/database/dbquery/dataRealmCommon.ts#L191
@typescript-eslint/no-unused-vars: 'Entity' is defined but never used.
app/database/dbquery/userRealmCommon.ts#L575
@typescript-eslint/no-unused-vars: 'itemnew' is defined but never used.
app/database/dbquery/userRealmCommon.ts#L576
@typescript-eslint/no-unused-vars: 'index' is defined but never used.
app/database/schema/StandardDevHeightForAgeSchema.ts#L2
@typescript-eslint/no-unused-vars: 'StandDevObj' is defined but never used.
app/localization/initI18next.ts#L39
@typescript-eslint/no-unused-vars: '_services' is defined but never used.
app/localization/initI18next.ts#L40
@typescript-eslint/no-unused-vars: '_detectorOptions' is defined but never used.
app/localization/initI18next.ts#L41
@typescript-eslint/no-unused-vars: '_i18nextOptions' is defined but never used.
app/navigation/AppNavigation.tsx#L211
@typescript-eslint/no-unused-vars: 'handleDynamicLink' is assigned a value but never used.
app/navigation/AppNavigation.tsx#L668
@typescript-eslint/no-unused-vars: 'remoteMessage' is defined but never used.
app/redux/reducers/index.ts#L13
@typescript-eslint/no-unused-vars: 'parse' is defined but never used.
app/redux/reducers/realmPersistor.js#L2
@typescript-eslint/no-unused-vars: 'ObjectSchema' is defined but never used.
app/screens/AddExpectingChildProfile.tsx#L29
@typescript-eslint/no-unused-vars: 'deleteChildNew' is defined but never used.
app/screens/AddExpectingChildProfile.tsx#L29
@typescript-eslint/no-unused-vars: 'getAllChildren' is defined but never used.
app/screens/AddExpectingChildProfile.tsx#L29
@typescript-eslint/no-unused-vars: 'setActiveChild' is defined but never used.
app/screens/AddExpectingChildProfile.tsx#L44
@typescript-eslint/no-unused-vars: 'dataRealmCommon' is defined but never used.
app/screens/AddExpectingChildProfile.tsx#L45
@typescript-eslint/no-unused-vars: 'ConfigSettingsEntity' is defined but never used.
app/screens/AddExpectingChildProfile.tsx#L45
@typescript-eslint/no-unused-vars: 'ConfigSettingsSchema' is defined but never used.
app/screens/ChildSetupList.tsx#L43
@typescript-eslint/no-unused-vars: 'setActiveChildData' is defined but never used.
app/screens/CustomDrawerContent.tsx#L37
@typescript-eslint/no-unused-vars: 'NavIconSpacingAbout' is defined but never used.
app/screens/CustomDrawerContent.tsx#L147
@typescript-eslint/no-unused-vars: 'locale' is assigned a value but never used.
app/screens/Terms.tsx#L22
@typescript-eslint/no-unused-vars: 'bgcolorWhite2' is defined but never used.
app/screens/Terms.tsx#L57
@typescript-eslint/no-unused-vars: 'toggleCheckBox2' is assigned a value but never used.
app/screens/Terms.tsx#L57
@typescript-eslint/no-unused-vars: 'setToggleCheckBox2' is assigned a value but never used.
app/screens/Walkthrough.tsx#L272
@typescript-eslint/no-non-null-assertion: Forbidden non-null assertion.
app/screens/growth/AddNewChildWeight.tsx#L20
@typescript-eslint/no-unused-vars: 'useNavigation' is defined but never used.
app/screens/growth/AddNewChildgrowth.tsx#L98
@typescript-eslint/no-unused-vars: 'Props' is defined but never used.
app/screens/home/ChatBot.tsx#L2
@typescript-eslint/no-unused-vars: 'Text' is defined but never used.
app/screens/home/ChildProfile.tsx#L39
@typescript-eslint/no-unused-vars: 'setActiveChildData' is defined but never used.
app/screens/home/Childgrowth.tsx#L24
@typescript-eslint/no-unused-vars: 'useFocusEffect' is defined but never used.
app/screens/home/DetailsScreen.tsx#L15
@typescript-eslint/no-unused-vars: 'Heading3Regular' is defined but never used.
app/screens/home/DetailsScreen.tsx#L44
@typescript-eslint/no-unused-vars: 'Props' is defined but never used.
app/screens/home/EditChildProfile.tsx#L57
@typescript-eslint/no-unused-vars: 'getAllChildren' is defined but never used.
app/screens/home/EditChildProfile.tsx#L58
@typescript-eslint/no-unused-vars: 'setActiveChild' is defined but never used.
app/screens/home/EditChildProfile.tsx#L65
@typescript-eslint/no-unused-vars: 'dataRealmCommon' is defined but never used.
app/screens/home/EditChildProfile.tsx#L66
@typescript-eslint/no-unused-vars: 'ConfigSettingsEntity' is defined but never used.
app/screens/home/EditChildProfile.tsx#L66
@typescript-eslint/no-unused-vars: 'ConfigSettingsSchema' is defined but never used.
app/screens/home/EditChildProfile.tsx#L161
@typescript-eslint/no-unused-vars: 'isFocused' is assigned a value but never used.
app/screens/home/HealthCheckups.tsx#L16
@typescript-eslint/no-unused-vars: 'useFocusEffect' is defined but never used.
app/screens/home/SettingScreen.tsx#L42
@typescript-eslint/no-unused-vars: 'useFocusEffect' is defined but never used.
app/screens/home/SettingScreen.tsx#L85
@typescript-eslint/no-unused-vars: 'Props' is defined but never used.
app/screens/home/SettingScreen.tsx#L88
@typescript-eslint/no-unused-vars: 'localizationType' is defined but never used.
app/screens/home/SettingScreen.tsx#L188
@typescript-eslint/no-unused-vars: 'uri' is assigned a value but never used.
app/screens/home/SettingScreen.tsx#L191
@typescript-eslint/no-unused-vars: 'uri1' is assigned a value but never used.
app/screens/home/SupportChat.tsx#L9
@typescript-eslint/no-unused-vars: 'Text' is defined but never used.
app/screens/home/SupportChat.tsx#L15
@typescript-eslint/no-unused-vars: 'createSelector' is defined but never used.
app/screens/home/SupportChat.tsx#L25
@typescript-eslint/no-unused-vars: 'useFocusEffect' is defined but never used.
app/screens/home/SupportChat.tsx#L84
@typescript-eslint/no-unused-vars: 'scrollLoad' is assigned a value but never used.
app/screens/home/SupportChat.tsx#L84
@typescript-eslint/no-unused-vars: 'setScrollLoad' is assigned a value but never used.
app/screens/home/SupportChat.tsx#L394
@typescript-eslint/no-unused-vars: 'fetchData' is assigned a value but never used.
app/screens/home/SupportChat.tsx#L417
@typescript-eslint/no-unused-vars: 'scrollToIndexFailed' is assigned a value but never used.
app/screens/home/UserGuide.tsx#L25
@typescript-eslint/no-unused-vars: 'Props' is defined but never used.
app/screens/home/UserGuide.tsx#L112
@typescript-eslint/no-unused-vars: 'setIsDotsRequired' is assigned a value but never used.
app/screens/home/Vaccination.tsx#L10
@typescript-eslint/no-unused-vars: 'useFocusEffect' is defined but never used.
app/screens/home/bottomTabs/Activities.tsx#L16
@typescript-eslint/no-unused-vars: 'useEffect' is defined but never used.
app/screens/home/bottomTabs/Activities.tsx#L43
@typescript-eslint/no-unused-vars: 'Props' is defined but never used.
app/screens/home/bottomTabs/Articles.tsx#L19
@typescript-eslint/no-unused-vars: 'useEffect' is defined but never used.
app/screens/home/bottomTabs/Articles.tsx#L22
@typescript-eslint/no-unused-vars: 'TouchableOpacity' is defined but never used.
app/screens/home/bottomTabs/Articles.tsx#L35
@typescript-eslint/no-unused-vars: 'index' is defined but never used.
app/screens/home/bottomTabs/Articles.tsx#L40
@typescript-eslint/no-unused-vars: 'Props' is defined but never used.
app/screens/home/bottomTabs/Articles.tsx#L102
@typescript-eslint/no-unused-vars: 'historyVisible' is assigned a value but never used.
app/screens/home/bottomTabs/Articles.tsx#L173
@typescript-eslint/no-unused-vars: 'getSearchedKeywords' is assigned a value but never used.
app/screens/home/bottomTabs/Articles.tsx#L202
@typescript-eslint/no-unused-vars: 'saveToRealm' is assigned a value but never used.
app/screens/home/bottomTabs/Articles.tsx#L338
@typescript-eslint/no-unused-vars: 'videoarticleDataAllCategory' is assigned a value but never used.
app/screens/home/bottomTabs/Articles.tsx#L486
@typescript-eslint/no-unused-vars: 'renderSearchHistoryItem' is assigned a value but never used.
app/screens/home/bottomTabs/ChildDevelopment.tsx#L28
@typescript-eslint/no-unused-vars: 'useFocusEffect' is defined but never used.
app/screens/home/bottomTabs/ChildDevelopment.tsx#L33
@typescript-eslint/no-unused-vars: 'FirstTimeModal' is defined but never used.
app/screens/home/bottomTabs/ChildDevelopment.tsx#L89
@typescript-eslint/no-unused-vars: 'modalScreenKey' is assigned a value but never used.
app/screens/home/bottomTabs/ChildDevelopment.tsx#L90
@typescript-eslint/no-unused-vars: 'modalScreenText' is assigned a value but never used.
app/screens/home/bottomTabs/ChildDevelopment.tsx#L105
@typescript-eslint/no-unused-vars: 'setIsModalOpened' is assigned a value but never used.
app/screens/home/bottomTabs/Home.tsx#L40
@typescript-eslint/no-unused-vars: 'useFocusEffect' is defined but never used.
app/screens/home/bottomTabs/Home.tsx#L73
@typescript-eslint/no-unused-vars: 'route' is defined but never used.
app/screens/home/bottomTabs/Home.tsx#L105
@typescript-eslint/no-unused-vars: 'isFoucused' is assigned a value but never used.
app/screens/home/bottomTabs/Home.tsx#L118
@typescript-eslint/no-unused-vars: 'setIsModalOpened' is assigned a value but never used.
app/screens/localization/CountryLanguageConfirmation.tsx#L37
@typescript-eslint/no-unused-vars: 'oncountrtIdChange' is defined but never used.
app/screens/localization/CountryLanguageConfirmation.tsx#L37
@typescript-eslint/no-unused-vars: 'setAppLayoutDirectionParams' is defined but never used.
app/screens/localization/CountryLanguageConfirmation.tsx#L54
@typescript-eslint/no-unused-vars: 'isObject' is assigned a value but never used.
app/screens/localization/CountryLanguageConfirmation.tsx#L54
@typescript-eslint/no-unused-vars: 'setIsObject' is assigned a value but never used.
app/screens/localization/CountrySelection.tsx#L18
@typescript-eslint/no-unused-vars: 'NativeModules' is defined but never used.
app/screens/localization/CountrySelection.tsx#L18
@typescript-eslint/no-unused-vars: 'Platform' is defined but never used.
app/screens/localization/CountrySelection.tsx#L40
@typescript-eslint/no-unused-vars: 'getCountryData' is assigned a value but never used.
app/screens/localization/CountrySelection.tsx#L43
@typescript-eslint/no-unused-vars: 'luxonLocale' is assigned a value but never used.
app/screens/localization/CountrySelection.tsx#L75
@typescript-eslint/no-unused-vars: 'languageCodeFromLuxon' is assigned a value but never used.
app/screens/localization/CountrySelection.tsx#L110
@typescript-eslint/no-unused-vars: 'newCountryLocale' is assigned a value but never used.
app/screens/localization/LanguageSelection.tsx#L18
@typescript-eslint/no-unused-vars: 'BackHandler' is defined but never used.
app/screens/localization/LanguageSelection.tsx#L18
@typescript-eslint/no-unused-vars: 'LayoutAnimation' is defined but never used.
app/screens/localization/LanguageSelection.tsx#L22
@typescript-eslint/no-unused-vars: 'onLocalizationSelect' is defined but never used.
app/screens/localization/LanguageSelection.tsx#L44
@typescript-eslint/no-unused-vars: 'languagenew' is assigned a value but never used.
app/screens/localization/LanguageSelection.tsx#L49
@typescript-eslint/no-unused-vars: 'languageCode' is assigned a value but never used.
app/screens/localization/LanguageSelection.tsx#L52
@typescript-eslint/no-unused-vars: 'locale' is assigned a value but never used.
app/services/MediaPicker.ts#L81
@typescript-eslint/no-unused-vars: 'pickerTypeGallery' is assigned a value but never used.
app/services/MediaPicker.ts#L82
@typescript-eslint/no-unused-vars: 'galleryOptions' is assigned a value but never used.
app/services/MediaPicker.ts#L117
@typescript-eslint/no-unused-vars: 'pickerTypeCamera' is assigned a value but never used.
app/services/MediaPicker.ts#L118
@typescript-eslint/no-unused-vars: 'cameraOptions' is assigned a value but never used.
app/services/Utils.ts#L6
@typescript-eslint/no-unused-vars: 'PrimaryKey' is defined but never used.
app/services/Utils.ts#L8
@typescript-eslint/no-unused-vars: 'luxonDefaultLocale' is defined but never used.
app/services/Utils.ts#L473
@typescript-eslint/no-unused-vars: 'checkFileExistence' is assigned a value but never used.
app/services/childCRUD.ts#L644
@typescript-eslint/no-unused-vars: 'childList' is defined but never used.
app/services/childCRUD.ts#L645
@typescript-eslint/no-unused-vars: 'currentActiveChildId' is assigned a value but never used.
app/services/googleDrive.ts#L458
@typescript-eslint/no-unused-vars: 'DownloadArgs' is defined but never used.
app/services/healthCheckupService.ts#L95
@typescript-eslint/no-unused-vars: 'currentIndex' is defined but never used.
app/services/notificationService.ts#L649
@typescript-eslint/no-unused-vars: 'index' is defined but never used.
app/services/notificationService.ts#L668
@typescript-eslint/no-unused-vars: 'index' is defined but never used.
Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Artifacts

Produced during runtime
Name Size
Bebbo_Release.apk Expired
68.2 MB