Adetayo Olaitan

Results 9 comments of Adetayo Olaitan

Hi @irfano @thehenrybyrd I'd need clarification on this issue please.

I am new to wordpress, how do i create a long tittle to test my fix ? @irfano

FYI https://stackoverflow.com/a/44304796 this might help

Please look at the changes in this [PR-208](https://github.com/rustwasm/create-wasm-app/pull/208) which helps resolve this issue.

$this->crud->addField( [ 'label' => 'Logo', 'name' => 'logo', 'type' => 'image', 'withFiles' => [ 'disk' => 's3', 'temporaryUrl' => true, 'path' => 'uploads/images/races/', ], ] ); When I save the...

To solve this all I did, was replace "@react-native-community/masked-view": "0.1.11", with "@react-native-masked-view/masked-view": "0.2.6".

Where you able to fix this for ios? @josefonte