lander854
lander854
this will fix this issue: `export const YoutubePlayerScreen = ({ videoId }) => { const [playing, setPlaying] = useState(false); const togglePlaying = useCallback(() => { setPlaying((prev) => !prev); }, []);...
same here cant run the project now...
https://www.npmjs.com/package/react-native-geolocation-service this one seems more promising
We are using another library now, this one seems to be unsupported.. I'm usign react-native-geolocation-service now
Seems that the two packages use some functions in common, making ios build process fail
react-native-fbsdk-next library is dead, countless bugs, documentation points to 404 pages and error handling is non existent
@szdziedzic tried that, turns out the issue is because project is in a monorepo and expo CLI doesn't copy nested files, like iOS/PROJNAME/*
@makbeth what I did was move the project outside of the monorepo, seems like expo EAS is doing a shallow copy when used in a monorepo, missing some deep nested...
there is an issue with this, when converting rating with custom values to dropdown, dropdown uses value to display its options, instead of text.