Hossein Mohammadi

Results 60 comments of Hossein Mohammadi

Maybe you should rename hook to `useComposeRef`.

> Just dropped a project working towards this! https://github.com/Kinjalrk2k/postman-to-openapi-json-extended > > What I've done is: > > * Used this library to _parse_ the Postman collection and extract the paths...

Some modules moved to esm and plugins need to load as esm module, how we could do it?

I have a plugin for prettier formatting jsdoc. https://github.com/hosseinmd/prettier-plugin-jsdoc

@template is supporting by vscode and jsdoc, tsdoc should support it

IMO tsdoc should not change standard of jsdoc which supported anywhere like VS Code. That example should be changed to this: ```js /** * Wrapper for an HTTP Response *...

https://github.com/microsoft/tsdoc/issues/72

@ykhwong could you publish your branch to npm?

use this code ``` import React, {Component} from 'react' import {Dimensions, Platform, StyleSheet, Text, View, Button, TextInput, TouchableOpacity, Image, Animated, Easing} from 'react-native' import { FluidNavigator, Transition } from "react-navigation-fluid-transitions"...