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
We created a separate package for react-native as a workaround since there was some collision inside the packager. Since this causes issues with automated deploys, and theres a reference fix available now lets implement it.
Since we now have esnext build available we can just use that as package.json:react-native value. This ensures we need only as little of babel-runtime as possible (since our build is es2015).
Leaving the issue open until the following is completed:
Update README (remove/replace react-native block)
Release tg-resources@2.0
Deprecate all tg-resources-react-native packages in favour of tg-resources@2.0
We created a separate package for react-native as a workaround since there was some collision inside the packager. Since this causes issues with automated deploys, and theres a reference fix available now lets implement it.
More info available at:
Test insidereact-native
(cd into source dirnpm link
, cd into test-project dir,npm link tg-resources
)The text was updated successfully, but these errors were encountered: