Pavle Lekic
Pavle Lekic
I'm using React Native 0.38, and I exposed Perf on the window object, I can use it manually via chrome devtools console to get the measurements, but when I try...
I generated the state.json, tried to upload on the website but didn't get any response. When I opened console I saw this: `TypeError: undefined is not an object (evaluating 'e.forEach')`
Hi, I have some issues getting the status bar size, in getInitialState() I get null when calling StatusBarSizeIOS.currentHeight. Also, if I do device rotate left nothing will trigger, but then...
I'm trying to make a bundle with babel + webpack, and I'm constantly getting this unexpected token error: ``` ERROR in ./~/@exponent/react-native-navigator/ExNavigator.js Module parse failed: /Users/Arbor/Desktop/ArborMobileApp/backend/node_modules/@exponent/react-native-navigator/ExNavigator.js Unexpected token (21:12) You...
I couldn't even run the app, here is what I got on `npm install` ``` MacBook-Air:ReactNativeSampleApp-master Arbor$ npm install > [email protected] install /Users/Arbor/Desktop/ReactNativeSampleApp-master/node_modules/appium/node_modules/bufferutil > node-gyp rebuild CXX(target) Release/obj.target/bufferutil/src/bufferutil.o In file...
Hello, I have a case where I'm dragging elements to an area with the scrollbar. I noticed that when I drag close to the bottom (or top) I am able...