@tamagui/core 1.72.1 → 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.
package/dist/native.js CHANGED
@@ -6666,7 +6666,7 @@ var import_react_native_use_responder_events = __toESM(require_index_native()),
6666
6666
 
6667
6667
  // src/getBaseViews.native.ts
6668
6668
  function getBaseViews() {
6669
- let native = require_fake_react_native();
6669
+ let native = require("react-native");
6670
6670
  return {
6671
6671
  View: native.View || native.default.View,
6672
6672
  Text: native.Text || native.default.Text