-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using LiquidLike Dots Error #9
Comments
create variable like this
Sorry for bad documentation, I'll add it later. |
Hi, thanks for reply. I've done that but it doesn't seem to help : ) |
Hi, Can you share your code snippet? |
Well, you can use the example given on the main page and add the code you've suggested to fix the bug: `import React from 'react'; const { width } = Dimensions.get('screen'); const data = [ const imageW = width * 0.7; const ButtonNavigation = () => {
}; const styles = StyleSheet.create({ export default ButtonNavigation;` |
Hi, any updates about this ? |
Sorry for late response, i'll check your issue as soon as I can. |
Alright, thanks for your attention, I'll be waiting for your reply |
For LiquidLike need to add scrollOffset.
|
…rn/examples/lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19 in /examples
Using LiquidLike dots always gives an error :
TypeError: undefined is not an object (evaluating 'scrollOffset.interpolate')
The text was updated successfully, but these errors were encountered: