Moxtra / react-native-moxo-module

Moxo react-native module for mobile.
MIT License
1 stars 0 forks source link

Missing custom resizable dashboard view for IOS and Android #1

Open Developer4Work opened 10 months ago

Developer4Work commented 10 months ago

currently the whole screen is utilised when moxo.showMEPWindow() is used.

It would be great if you add the custom scrollable view component which takes height and width from input and show the dashboard.

createDashboardViewController() - IOS SDK createDashboardFragment - android SDK

This way custom view can be used along with other view in react native screen.

Developer4Work commented 10 months ago

currently the whole screen is utilised when moxo.showMEPWindow() is used.

It would be great if you add the custom scrollable view component which takes height and width from input and show the dashboard.

createDashboardViewController() - IOS SDK createDashboardFragment - android SDK

This way custom view can be used along with other view in react native screen.

Hi Team, Can you please help here