error while updating property 'paddingbottom' in shadow node of type: RCTScrollView #37175
Labels
Component: ScrollView
Needs: Triage 🔍
Newer Patch Available
Stale
There has been a lack of activity on this issue and it may be closed soon.
Description
i am not using paddingBottom term in my entire project
java.lang.Boolean cannot be cast to java.lang.Double
React Native Version
0.71.6
Output of
npx react-native info
System:
OS: macOS 13.3.1
CPU: (8) arm64 Apple M1
Memory: 113.47 MB / 8.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.12.1 - /usr/local/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 8.19.3 - /opt/homebrew/bin/npm
Watchman: 2023.02.13.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.4, iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4
Android SDK: Not Found
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9123335
Xcode: 14.3/14E222b - /usr/bin/xcodebuild
Languages:
Java: 11.0.18 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.6 => 0.71.6
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
Snack, code example, screenshot, or link to a repository
import React from 'react'
import { colors } from '../theme'
import { useKeyboard } from '../hooks'
import { Loader } from '../components'
import StackHeader from './StackHeader'
import { SCREEN_HEIGHT } from '../helpers'
import { RefreshControl } from 'react-native'
import { Box, ScrollView, VStack } from 'native-base'
export const StackScreenWrapper = ({
children, p = 0, space = 0, pt = 2, h = SCREEN_HEIGHT, _h,
subscriber, subscriberProps, refreshing = false, safeArea = true,
onRefresh, header, loading, scrollView = true,
addTopBox = false, addTopBoxH = 400, addTopBoxBg = colors.primary,
bg = colors.background, ...props }) => {
}
The text was updated successfully, but these errors were encountered: