Open RobinBobin opened 6 years ago
Hi!
When I run react-native-create-library MyTest
react-native-create-library MyTest
I see this in the console: Created library MyTest in./MyTest.
Created library MyTest in
.
But the folder is react-native-my-test, so I spent some time trying to understand where's my new lib.
react-native-my-test
It seems like a bug to me, the path in the message being different from reality :) .
Thanks.
Hi!
When I run
react-native-create-library MyTest
I see this in the console:
Created library MyTest in
./MyTest.
But the folder is
react-native-my-test
, so I spent some time trying to understand where's my new lib.It seems like a bug to me, the path in the message being different from reality :) .
Thanks.