Dan Tamas
Dan Tamas
Here is a version of my code (I use it a little differently, wrapping the canvas in a Box from @mobily/stacks) so I can pass more props/styles It seems to...
Amazing news :) Sent from my iPhone > On Dec 12, 2014, at 11:26 AM, Pier Paolo Ramon [email protected] wrote: > > We at @smclab are working on this. Please...
Small comment, 2.2.1 works well :)
@mobily I will try to add one tomorrow 😍
@mobily here you go ❤️ https://github.com/rborn/stacks_expo_issue 🙏 The proper error is ``` Uncaught TypeError: Cannot read properties of undefined (reading 'get') at ./node_modules/@mobily/stacks/dist/esm/index.mjs (index.mjs:553:1) ``` which leads in the end...
Olivier, try to remove the rasterizing. I have a feeling that this is the issue :)
@nilshoenson they are binary plist data encoded to base64 😉
@nilshoenson just a note, the base64 string has some escaped chars like `\/`, you will need to unescape them. I lost some time till I figured out this 😄
Thank you :)
I think I found the issue: Removing the commonjs module from tiapp.xml and putting the nano file in /app/lib made the error go away. Maybe an issue with the module...