Skip to content

v0.9.0

Choose a tag to compare

@thymikee thymikee released this 18 Aug 14:08

Rename RNEF to Rock

React Native Enterprise Framework is now Rock! New name, same framework targeted for enterprise scale and power users.

Blog post: https://www.callstack.com/blog/react-native-enterprise-framework-is-now-rock

For automated migration run:

npm create rock

General migration instructions (in case automated one didn't work):

  • rename @rnef/cli to rock
  • rename @rnef/* packages to @rock-js/*
  • replace rnef references to rock (including .gitignore)
  • upgrade GitHub Actions to v3:
    • callstackincubator/android: 8fe27a5a3efcf32b54e4741be0ba58bafc73bb0d,
    • callstackincubator/iOS: dd886b4ad3b35351d799d4c2633a678c94549038
  • rename rnef.config.mjs to rock.config.mjs