Results 131 issues of Noitidart

I still can't find any other native `VideoPlayer` module out there. May you please update this to also include Android support? Or do you know of another module that does...

I used this code here as reference to create a function to create shortcut on mac: https://github.com/Grynn/zimbra-mirror/blob/074c1ea8a288627b845a99399eec6b2f3ce738d5/ZimbraOffline/prism/versions/0.8/macos/prism/Prism.app/Contents/Resources/modules/WebAppInstall.jsm#L193 this is my code, can copy paste to scratchpad and run. ``` var...

Hi there this is a great addon. I made a small version just for rocker movements of the mouse called MouseControl: https://addons.mozilla.org/en-US/firefox/addon/mousecontrol/ I had an issue where on linux and...

Hi there, is this needed even though RN ships with its own? I see we can use on ScrollView etc, which I don't think the RN version does. So will...

When I did `react-native link react-native-android-kit` I saw that it didn't use `ReactNativeAndroidKit`, instead it used `react-native-android-kit`, as seen in changed files.

move to prop-types package

Hi there. I'm trying to create a dice comonent for a game I'm making. I was thinking of using this module. Is it possible to do with this module? Was...

I needed to periodically do a fetch request, even if in background. I was thinking of using `react-native-background-timer`. I was curious though, what would be the tradeoffs between using this...

Please allow easing functions. For instance I use this set: ``` function B1(t) { return t*t*t } function B2(t) { return 3*t*t*(1-t) } function B3(t) { return 3*t*(1-t)*(1-t) } function...

enhancement

I just watched the batarng youtube video: https://www.youtube.com/watch?v=q-7mhcHXSfM and their perf tab is very nice. Is it possible to add this to AngScope? I love using Firefox. Is it possible...