Esben Petersen

Results 26 comments of Esben Petersen

In our API (we have sequential IDs) we have DB table that maps all database IDs to tablet IDs. So everytime we send data to the tablet we replace all...

Well yes, but I am not sure if it would be possible to update IDs on the tablet. I could imagine problems could arise from mixing string IDs and sequence...

#58 fixed it for me, I just forked the PR and installed directly. `package.json` ``` "react-native-hockeyapp": "git+https://[email protected]/esbenp/react-native-hockeyapp.git", ```

There is an upcoming PR #20 for this :-)

Hmm.. That is a good question. My experience with mobile development is very limited. This was sort of my introduction project. Weird, the `line-height` should be equal to the `height`...

Awesome! Let me know :-)

After I added the custom transform mocks stopped working as well. These are the steps I completed to fix it. 1) I added `'babel-core@^7.0.0-bridge'` 2) **removed** the custom transform (`transform:...

Can you paste the code for controller that you try to access?

Hmm have you guys tried running Larapi without it being served using Laravels build-in server? Have you tried using something like nginx or similar?

Have you tried using curl? Paste your curl command here please.