eddielee394 / react-native-hindsighttrader

Basic stock market watchlist app built with React Native. Disclaimer: this thing is WIP status on an epic level. Checkout develop branch for latest stuff...
4 stars 7 forks source link

refactor chart RANGE constants #25

Open eddielee394 opened 4 years ago

eddielee394 commented 4 years ago

i need to figure out a better way to deal with those RANGE constants. I'm trying to avoid using a dedicated global Constants file for component specific constants, as it's a DDD anti-pattern. So i'll mark this one as a todo on the roadmap.

Originally posted by @eddielee394 in https://github.com/eddielee394/react-native-hindsighttrader/pull/23