Skip to content

Conversation

@szymonrybczak
Copy link
Collaborator

Summary

before:

import { platformIOS } from '@rock-js/platform-ios';
import { platformAndroid } from '@rock-js/platform-android';
import { pluginMetro } from '@rock-js/plugin-metro';

export default {
  bundler: pluginMetro(),
  platforms: {
    ios: platformIOS(),
    android: platformAndroid(),
  },
  remoteCacheProvider: null,
};

after

import { platformIOS } from '@rock-js/platform-ios';
import { platformAndroid } from '@rock-js/platform-android';
import { pluginMetro } from '@rock-js/plugin-metro';

export default {
  bundler: pluginMetro(),
  platforms: {
    ios: platformIOS(),
    android: platformAndroid(),
  }
};

@changeset-bot
Copy link

changeset-bot bot commented Sep 6, 2025

🦋 Changeset detected

Latest commit: 1f06bd1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-rock Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Sep 6, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
rock Ignored Ignored Preview Sep 6, 2025 5:22pm

@thymikee
Copy link
Contributor

thymikee commented Sep 8, 2025

Should be a part of #551. cc @adhorodyski

@adhorodyski
Copy link
Collaborator

Should we close?

@thymikee thymikee closed this Sep 15, 2025
@adhorodyski adhorodyski deleted the fix/skip-null-remote-cache-provider branch September 20, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants