benoitvallon / react-native-nw-react-calculator

Mobile, desktop and website Apps with the same code
MIT License
5.21k stars 864 forks source link

default export set #47

Closed anishagg17 closed 4 years ago

anishagg17 commented 4 years ago

previous method does not allow flexible import of "CalculatorActions" in other components we strictly had to import "CalculatorActions" with the same name but the changes made allow us to import CalculatorActions with any name in any component