Jesse Onolememen

Results 13 issues of Jesse Onolememen

There is an issue in the current version of the library to which only half of the specified nodes are shown. This issue is related to #89, however, I thought...

I have a question that involves two separate reactors with a shared piece of state , for the sake of simplify, let’s just do `let username: String!` the piece of...

For some reason, `{ "__esModule": true }` is being included in the array of animation definitions pre-installed in the library. This causes the app to crash without fail, throwing this...

Hey, for some reason when you run the following: ```ruby # models/user.rb class User < ApplicationRecord recommends :listings, :categories, :tags, :brands end ``` you get the following error after performing...

This is one of the known issues as of now with this library. If you try to modify the children of the `BubbleSelect` on android, by removing them, you will...

bug
known issue

## Environment ```bash System: OS: macOS 10.15.1 CPU: (4) x64 Intel(R) Core(TM) i5-4570R CPU @ 2.70GHz Memory: 193.41 MB / 8.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 12.13.0 -...

❓Question
0.62.1

I fixed the error by creating a module to replace the deprecated & removed function "alias_method_chain". Also bumped the version numbers to 1.3.0 since this may stop working with rails...

I added a few types for people who are using this project with typescript. It's not extensive but it's enough to get started.