Vijay Chouhan
Vijay Chouhan
> layoutProvider Working fine, I am using functional component and moved layoutProvider outside of function
@alenseferovic1 Snackbar.show({ text: message, duration: duration, numberOfLines: 4, //Add number of line max you can backgroundColor: isError ? colors.danger : colors.black, action: { text: i18n.t('btn.close', {language: i18n.currentLocale()}), textColor: colors.yellow, onPress:...
temporary solution ``` constructor(props) { super(props); this.state = { data, columns: 3, }; } componentDidMount() { setTimeout(() => { this.setState({ columns: 2, padding: 5 }); }, 500); } ```
@sibelius, yes it will not cause any issue, I forked and added into my project and its working fine.
@gorhom we are also waiting for that
@AndreiCalazans could you please check above issue
@AndreiCalazans Thanks for your reply. Please check below code and logs this is code ``` export function getRefNativeTag(ref: unknown) { const refType = typeof ref; console.log(refType,'===========================refType') let nativeTag: undefined |...
@gorhom waiting for this PR to be merged. Could you please check this PR and merge
Yes, this is dead and should move to react-navigation, I moved to react-navigation latest version
Please set the `config.action_mailer.default_url_options = { :host => 'https://localhost:3000' }` in Rails application at development.rb