Skip to content

Commit

Permalink
Update RN 0.72.4, remove inverted chat workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
retrixe committed Aug 16, 2023
1 parent 23c8a81 commit 3a3d805
Show file tree
Hide file tree
Showing 5 changed files with 1,205 additions and 335 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import { AppRegistry } from 'react-native'
import App from './src/App'
import { name as appName } from './app.json'

// Add scaleY back to work around its removal in React Native 0.70.
import ViewReactNativeStyleAttributes from 'react-native/Libraries/Components/View/ReactNativeStyleAttributes'
ViewReactNativeStyleAttributes.scaleY = true

global.Buffer = require('buffer').Buffer
// global.process = require('process');
global.process.env.NODE_ENV = __DEV__ ? 'development' : 'production'
Expand Down
Loading

0 comments on commit 3a3d805

Please sign in to comment.