react-native.js 105 B

12345
  1. try {
  2. module.exports = require('react-native-b4a')
  3. } catch {
  4. module.exports = require('./browser')
  5. }