Ahmed Kamal
Ahmed Kamal
- Fix #1184
It's a very common practice to use a `.env` file to load server configuration instead of the `config.json` file, that being said, this issue suggests to add support to loading...
Consider the following model ``` @RealmClass open class StylistModel( @PrimaryKey var id: String, var categoriesIds: List ) : RealmModel ``` I need to query all stylists those have specific category...
I'm coming from `ejs` where when there's a render error the error message looks something like this ``` 1| >> 2| x.name).join(", ") %> 3| 4| notArray.map is not a...
As [lschuft](https://github.com/marudy/react-native-responsive-screen/issues/21#issue-411735171) mentioned it's not a good approach to meth the component's props, instead the `listenOrientationChange` may return the original handler, store it somewhere and push it back to `removeOrientationListener`
Is it possible to disable word-wrap and enable the horizontal scrollbar?
Is there any type of definition for the promise returned? for example ``` componentDidMount() { this.props.loadCategories().then(res => { // what is the type of res }) } ``` I wanna...
Where are the default download path and how can I modify it?
I like your work it really saves me a lot of time, but if you can add the Instagram button it will be great ❤️