Javier Muñoz
Results
2
issues of
Javier Muñoz
When using horizontal orientation in with LinearLayoutManager, FlexibleItemDecoration with offset is not working. Apparently the default orientation is VERTICAL and it's not being changed when using a LinearLayoutManager with HORIZONTAL...
**Intended outcome:** Get data from subscription using Subscription component from @apollo/react-components. Result data should be updated, including `loading` value. ` {this.myFunction} ` Client is created using this: ` export const...
reproduction-needed