6 lines
105 B
JavaScript
Executable file
6 lines
105 B
JavaScript
Executable file
try {
|
|
module.exports = require('react-native-b4a')
|
|
} catch {
|
|
module.exports = require('./browser')
|
|
}
|