Nikhil Suryawanshi
Nikhil Suryawanshi
> > Do you know guys why it shows me an error to the initHealthKit on the android? after applied the patch ? Thanks. > > Yes, the patch attempts...
I fixed it like this ``` import { Activities, Observers, Permissions, Units } from './src/constants' import { Platform } from 'react-native' const { AppleHealthKit } = require('react-native').NativeModules // Fix for...
Same issue happened with me , scroll was working perfectly fine with 4.6.4 but not with ^5 @gorhom
``` index.toString()} renderItem={renderItem} showsVerticalScrollIndicator={false} getItemLayout={(data, index) => ({ length: 50, // Match item height offset: 50 * index, index, })} onScrollToIndexFailed={onScrollToIndexFailed} onLayout={() => { if (!flatListRef.current || !defaultSelected) return; const...
> ``` > data={filteredData} > ref={flatListRef} > keyExtractor={(item, index) => index.toString()} > renderItem={renderItem} > showsVerticalScrollIndicator={false} > getItemLayout={(data, index) => ({ > length: 50, // Match item height > offset: 50...
now i am getting 'ReactCodegen/RNExitAppSpec/RNExitAppSpec.h' file not found @yellhtetaung