Oliver Timothy

Results 8 comments of Oliver Timothy

My attempt in making material-ui-image support [mui](https://github.com/mui-org/material-ui) v5 using [patch-package](https://github.com/ds300/patch-package) ```diff diff --git a/node_modules/material-ui-image/lib/components/Image/Image.js b/node_modules/material-ui-image/lib/components/Image/Image.js index 8025af2..2386712 100644 --- a/node_modules/material-ui-image/lib/components/Image/Image.js +++ b/node_modules/material-ui-image/lib/components/Image/Image.js @@ -9,13 +9,13 @@ var _react = _interopRequireWildcard(require("react"));...

@sagarhudge Did you come across a way to use it or a demo?

I used it in a manner like this ``` AppLink.maybeOpenURL('whatsapp://send?phone=254793335284', { appName: 'whatsapp-messenger', appStoreId: 310633997, appStoreLocale: '', playStoreId: 'com.whatsapp', }) ``` Ids and names can be found on the urls...

After days of trying to find a solution, I decided to settle with [react-native-collapsible-tab-view](https://github.com/PedroBern/react-native-collapsible-tab-view).

I found #127 which adds types but its been closed and its over an year old. Also there is a [fork](https://github.com/cbbfcd/react-native-lightbox) of this repo with additional changes found it in...

Did you get a solution?