-
Notifications
You must be signed in to change notification settings - Fork 365
0.4.0 Release #12
Comments
Anything more planned for 0.4.0, that I can take up? I guess you are handling the List Refactor. |
The GridComponent? Also I need to debug a Ripple bug where the state persists. Any other ideas I'm open to! |
What about a FAB? |
Ah yeah. How should the position of it be done? Simply render the FAB and
|
Hmm not really sure. Specs about fabs say how they should be positioned El mar, 5 de enero de 2016 22:02, Elliot Hesp notifications@github.com
|
What about a Bottom Sheet? |
Yes. The FAB has to be at the bottom-right according to the spec. @Ehesp I can have a look at FAB, Gridview. |
With respect to Grid View, I will be implementing this first (from the spec)- |
@pewh problem with a bottom sheet is that currently there's no way to force a component to the top of everything else (I believe). |
@bozzmob Okay cool - Shall look into it. What does everyone think of 'Swipe Views with Tabs'? I've got it working on another project using the project mentioned in the list, but had to create a custom tab bar to make it feel native...? |
@Ehesp Yeah! There is a ViewPager component which exists officially. We can make use of react-native-scrollable-tab-view as you have suggested. But, some css changes are needed so that the look and feel is similar to the existing components. |
@Ehesp How about we use react-native-action-button for FAB? |
That looks good! Will look if there's any benefit of pulling it in and making a wrapper around it. If not, it might just be best to suggest this for a FAB. |
A dropdown menu component could be awesome! |
@zoontek I agree, however part of the problem we have (Bottom Sheets has this issue too), is that React Native does not yet support an "on the top of everything" API. So the dropdown menu might get stuck behind a component which is nested deeper down the chain. |
I am working on the Gridview component now. Have made some progress. Still a lot to do. |
@bozzmob any updates on the grid view? |
@Salakar Yes. I am working on it. It should be available in a couple of days. |
The dropdown is available in React-Native 0.19-rc: facebook/react-native@1843709 👍 |
Awesome :D I just wish there was some "z-index" type style so we could push whatever we wanted to the top of the stack. |
Is the project dead? :( |
Nope, was using it in a internal work project however that's not currently being developed so focus has shifted. Plan on picking it up in the next few weeks hopefully. |
Great! |
@Ehesp Any chance to integrate with https://github.com/xinthink/react-native-material-kit? |
I would like to have a proper dialog (in future releases), example: |
Animated IconToggle badge changes.c8f762e Released in 0.3.1Create a corea0fc633Ripple
component, which handles device typeAttempt to implementb537e1cTouchableWithoutFeedback
onpolyfil/Ripple
to properly handle onLong press and other props.The text was updated successfully, but these errors were encountered: