Afolabi Sunday
Afolabi Sunday
@faris4017 and @mpeguese, if you install your kivy-ios via pip, uninstall kivy-ios and try to install the latest version from Github using pip install git+https://github.com/kivy/kivy-ios.git after successful installation, build pillow...
if you on expo or using global.js add `globalThis.Browser = { T: () => {} };` to your global.js
This seems to work for me ``` "lib": [ "ES2022", "DOM" ] ```` > Initially ` "target": "es2022"` > > but looks like to fix it also need to add...