You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was asking is this react-native-onyx project is built by Expensify from zero or earlier it was under some other account on github?
Actually, I was asking about this project from chatGPT and it gave this info that it is created by someone else(probably wrong😝). Btw thanks for replying
Problem:
On dev we are pointing to
dist/web.development.js
which is a bit more difficult to test code changes.My current workaround is:
Run
npm run build
in/react-native-onyx
Copy
web.developent.js
to localproject/node_modules/react-native-onyx/dist
Potential Solutions:
node_modules
directlyOR
node_modules
to localreact-native-onyx
I would prefer the former as having the minified builds in sources makes debugging things harder for no clear benefit.
The text was updated successfully, but these errors were encountered: