-
```
export default App = DrawerNavigator({
Home: {
screen: First
},
Second: {
screen: Second
}
}, {
initialRouteName: Route(),
contentComponent: Custo…
-
would you know if there is a way to put an attribute in
" new SlimefunItem (Categories.WEAPONS, SlimefunItems.PEDO_SWORD," PEDO_SWORD ", RecipeType.ENHANCED_CRAFTING_TABLE,
new ItemStack [] {null…
-
Hey,
I've managed to create a custom drawer item, with a custom layout resource. In this layout there's a TextView with a selector as textColor. My problem is that the TextView remains selected after…
-
Hi @zawadz88,
I am basically writing [ReactNative](https://github.com/facebook/react-native) native bridge of this library in order to using it with ReactNative projects.
I am stuck at place whe…
prscX updated
6 years ago
-
When I set grid menu options as follow:
```
this.gridOptions = {
....,
gridMenu: {
showClearAllFiltersCommand: false,
showToggleFilterCommand: false
}
....,
}
…
-
I have CustomItem that contains items in horizontal order, image attached.
![screen shot 2017-12-03 at 12 01 11 pm](https://user-images.githubusercontent.com/30475046/33523857-033431e0-d822-11e7-88…
-
sorry, i don't know in wich place i have to put this.
can you put commands for the items? and que items apear per world.
for example:
join items, could be sand, and has the copan /lobby
if you do righ…
-
If I see that correctly than properties passed in to the factory will be mixIn as instance properties. https://github.com/stampit-org/stampit/blob/master/stampit.js#L77
So `{a: 'a', b: 'b'}` become `…
-
We are facing an issues with tests when using Material-UI components with jest and enzyme.
Assume you want to test the following component:
```jsx
const Override = (props: Props3) => {
const {…
-
- antd-mobile 版本:~2.0.0-alpha.4
- 浏览器 (或标明是 react-native) 及其版本:react-native 0.41.2
- 操作系统及其版本:iOS 11.2.1
在真机上运行Demo:https://github.com/ant-design/antd-mobile-samples/tree/master/rn-custom-ui ,发…