Robbert
Robbert
That seems to work thanks!
Update: the options show when I override it from the my `web.php` file: ``` Route::group([ 'middleware' => 'api', 'prefix' => '/subsite/wp-api/themosis/v1', 'namespace' => '\Themosis\Metabox\Controllers' ], function () { Route::apiResource('metabox', '\Themosis\Metabox\Controllers\MetaboxApiController')->only(['show',...
> @luckykenlin Not sure maybe you still have the wrong version. `yarn list react-native-pager-view --pattern` to check the version you actually have installed. My package.json entry: > > ``` >...
> > > > for me, when i use expo app, still same issue, but if you do a production build, the issue will disappear. Looks like expo have a...
Has this ever been fixed? I am also running into this problem with v2...
I am building the app thru the workflow actions which I haven't changed and are the same as seen in this repo. Should I build in EAS before starting the...
I still haven't been able to resolve this, here is an example of what I mean: ```js const [token, saveToken] = useState(null); const provideEmbeddedHeaders = (uri: string, tagName: string) =>...
Thanks for both your responses, i've turned every other plugin off but still see around a ~24 / ~25s delay, where admin-ajax is blocking things before the images get loaded....