Jason

Results 13 issues of Jason

``` Module PhotoEditor requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a...

It seems to be working, but there's no rebuilding after I change the code. Dockerfile: ``` FROM golang:alpine RUN apk add --no-cache git WORKDIR /app COPY go.* . COPY *air.toml...

### Description package not resolving to `/node_modules` and thus `LottieView` component is not imported. ![Screenshot 2020-07-19 at 3 33 22 PM](https://user-images.githubusercontent.com/232541/87869943-6b622580-c9d6-11ea-9ed3-0549d7a3706f.png) ### Steps to Reproduce 1. `npm i --save lottie-react-native`...

It would be great if this package can use the os system flag instead of images to reduce the bundle size.

Hi, it would be great if an anchor element could be set, i.e. all other bubbles should be moving around that specific element(say, the brand logo). Thanks.

I'm just wondering what `react-native link` is doing? Is there any "unlinking script"? What files do I need to remove if I decided not to use @shoutem/ui any more?

## Description Avatar badgePosition always raising error, albeit the output looks good. ### Related to Components ### Steps to reproduce `import { Avatar } from 'react-native-ui-lib';//eslint-disable-line` #### Expected behavior No...

bug
wontfix

## Description **iOS works fine in my case** `Layoutanimation` not running when screen go back using default functions, and I guess the problem might be arising from the components not...

Platform: Android
Repro provided

I've tried both Facebook and Google to login, but still cannot login. I'd waited for over a minute for each login attempt. Please check if it's just me.

Hi, I'm using the [ui-kitten](https://akveo.github.io/react-native-ui-kitten/docs/components/icon/api#icon) icons. ``` const evaIconRenderer = ({icon}: IIconRenderer) => ; const CustomTabBar: React.FC = ({ state, descriptors, navigation, }) => { return ( ); }; ```...

bug
enhancement