Notes on learning stage of developing my own React Native education app using Expo Framework - Part 4
Last updated on 13 Oct. 2025 This post is a continuation of: Notes on learning stage of developing my own React Native education app using Expo Framework - Part 3 . Main tutorial used for learning: Simon Grimm: Build Your Own MASTERCLASS clone in React Native, https://www.youtube.com/watch?v=fO3D8lNs10c , 4 hrs. 42 mins, Mar. 2025. App code on GitHub Api code on GitHub ======================================= 22:04, 11 October 2025 I am now reviewing the Waitlist part of the tutorial video. In soon.tsx, SG imports Waitlist from '@clerk/clerk-react' Ref: https://youtu.be/fO3D8lNs10c?t=16009 SG gets "@clerk/clerk-react: Waitlist can only be used within the <ClerkProvider /> component...." error message when using web app's soon page. https://youtu.be/fO3D8lNs10c?t=16019 Even after he sets waitlistUrl prop in _layout.tsx for ClerkProvider component (Ref: https://youtu.be/fO3D8lNs10c?t=16047 ), he gets the same error for web (Ref: https://youtu.be/fO3D8lNs10c?...