@tamagui/core 1.72.0 → 1.72.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6284,7 +6284,7 @@ var import_react_native_use_responder_events = __toESM(require_index_native()),
6284
6284
 
6285
6285
  // src/getBaseViews.native.ts
6286
6286
  function getBaseViews() {
6287
- let native = require_fake_react_native();
6287
+ let native = require("react-native");
6288
6288
  return {
6289
6289
  View: native.View || native.default.View,
6290
6290
  Text: native.Text || native.default.Text